A
Alfred Malleier
Hallo Newsgroup
I have a dataset in VB.NET 2008.
In a MS Access 2000 DB I have a table with an autofield and a numeric field
of type 'decimal' with 3 decimal places.
If I drop the table from the Server Explorer to the dataset it creates me a
typed table.
Now, if I add rows and
if I assign 1 to the decimalfield, the update command functions normaly
If I assign 1.1 the update command functions, but the table contains 11
If I assign 0.1 the update command raises an exception
Windows Vista German, Regional settings: German.
I solved the problem by defining the field of type double in the update
command definition
I prepared a sample
Regards,
Alfred Malleier
I have a dataset in VB.NET 2008.
In a MS Access 2000 DB I have a table with an autofield and a numeric field
of type 'decimal' with 3 decimal places.
If I drop the table from the Server Explorer to the dataset it creates me a
typed table.
Now, if I add rows and
if I assign 1 to the decimalfield, the update command functions normaly
If I assign 1.1 the update command functions, but the table contains 11
If I assign 0.1 the update command raises an exception
Windows Vista German, Regional settings: German.
I solved the problem by defining the field of type double in the update
command definition
I prepared a sample
Regards,
Alfred Malleier