Page 1 of 1

Loading float/decimal values with LoadFromDataset of UniLoader

Posted: Tue 07 Jul 2020 07:29
by DiamondMax
Hi!

I'm trying to load data from dataset (MS SQL) with UniLoader.LoadFromDataSet() method to MySQL table. It seems there is a problem with decimal values. When it encounters values like 123,4 in MS SQL column (type float) it reports that "column count does not match value count". Number of fields in dataset and in destination table is the same. I assume this is because of the comma in value. In destination table column type is decimal.

How can I workaround this?

Re: Loading float/decimal values with LoadFromDataset of UniLoader

Posted: Wed 08 Jul 2020 15:29
by Stellar
Unfortunately, we can't reproduce the issue. To investigate this behavior of UniDAC, please compose a small sample demonstrating the issue and send it to us, including database objects creating scripts.
You can send the sample using the contact form at our site: devart.com/company/contactform.html