G
Guest
I am updating an Acces DB from a dataset created in VStudio.Net by dragging
the tables collection from the server explorer onto the graphical dataset
designer.
The doubles that are correctly stored in the dataset get truncated when
passed to the DB with Dataadapter.Update(Dataset). Only the integral part of
the double is conserved.
so in the dataset 0,1234
passed to the DB becomes 0,00000
any1 know y? I'm getting frustrated and will soon get desperate
the tables collection from the server explorer onto the graphical dataset
designer.
The doubles that are correctly stored in the dataset get truncated when
passed to the DB with Dataadapter.Update(Dataset). Only the integral part of
the double is conserved.
so in the dataset 0,1234
passed to the DB becomes 0,00000
any1 know y? I'm getting frustrated and will soon get desperate