Hello all!
Situation is as follows:
- Access database file, decimal field (18,2)
- Visual Basic 2005
- ADO connection
When I put Datagrid on the form, I see the value correctly, and I can change it.
But, when I try to put a textbox on another form, referencing to the same data, the data reads correctly (for example: 1,23), but when I change it (to for example: 4,56) and save it, it saves as (456) in the database.
Regional settings are set to Croatian in Windows, and Dataset locale is set to hr-HR.
Anybody has a clue what should I do?
Thanks a lot in advance!
Marko
Situation is as follows:
- Access database file, decimal field (18,2)
- Visual Basic 2005
- ADO connection
When I put Datagrid on the form, I see the value correctly, and I can change it.
But, when I try to put a textbox on another form, referencing to the same data, the data reads correctly (for example: 1,23), but when I change it (to for example: 4,56) and save it, it saves as (456) in the database.
Regional settings are set to Croatian in Windows, and Dataset locale is set to hr-HR.
Anybody has a clue what should I do?
Thanks a lot in advance!
Marko
Comment