|
-
Apr 1st, 2005, 03:33 AM
#1
Thread Starter
New Member
How to store comma values in DB
--------------------------------------------------------------------------------
Hi,
I have a dataset filled with doubles(9,344 ; 0,543; ...)
When I trie to write it to an access database; It only stores them like integers (9; 0;...) I did have set the property of the field in the database to double, but it stil doesn't work. And even when i set the amount of numbers behind the comma to 3 in the database he stores (9,000 ; 0,000;...)
He obviously doesn't recognize the numbers behind the comma...
Anyone who knows how to solve this?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|