DT_DECIMAL Vs DT_NUMERIC

Nov 21, 2007

Hi,

I've had problems with DT_NUMERIC in the past, where it chops off numbers and rounds them before they get to the database, even if you specify the exact same "Data Precision" and "Scale" as are defined in the table.

So, I did some tests with DT_DECIMAL and found that this data type does not do this.

I am trying to understand why the DT_DECIMAL data type does not allow you to change the "Data Precision," but DT_NUMERIC does.

I need to be able to set it to the equivalent of numeric(38,12).

Thanks

View 1 Replies


ADVERTISEMENT

Numeric[DT_NUMERIC] - Comma Or Dot

Jun 18, 2007

Hi,



I have this problem:



In one SSIS project that I have, I convert (by using Data Conversion) my numeric column into Numeric[DT_NUMERIC] and get:



1.000000



Then, in another project I convert the same column again into Numeric[DT_NUMERIC] and get:

2,000000



Does anybody know how I can control if I´m using a dot or a comma?



Thank you.

View 4 Replies View Related

How To Convert From DATA STRING TO DT_NUMERIC IN SSIS

Apr 22, 2008



I tried using derived collumn it did not work. I also tried data conversion transformation which did not work.


Can any one suggest me some other method.
Thanks.

View 6 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved