S
STom
I have tables in my SQL 2000 database that have all fields as decimal. Most
of them have a precision of 18 with a scale of 3.
If I look into my dataset before doing a dataadapter Update, I can see that
I have values such as 15.56, 0.67 etc.
Values such as 15.56 get saved as 16. Values such as 0.067 get saved as
'0'. I see no actual decimal values in my database tables.
Am I doing something wrong here? Why would I be rounding automatically or
losing values less than one?
Thanks.
STom
of them have a precision of 18 with a scale of 3.
If I look into my dataset before doing a dataadapter Update, I can see that
I have values such as 15.56, 0.67 etc.
Values such as 15.56 get saved as 16. Values such as 0.067 get saved as
'0'. I see no actual decimal values in my database tables.
Am I doing something wrong here? Why would I be rounding automatically or
losing values less than one?
Thanks.
STom