Hi,
I am using ODBC (Progress OpenEdge 10.2A to access a DB on a dutch PC and having trouble with numeric values. The decimal point and 1000 seperator are retreived 'reversed'. This causes numbers to become invalid in the dutch notation. For example 0.1 is retreived as .1 which is no numeric value in the dutch notation (this should be 0,1) causing the program to crash. Other values are also retreived wrong for example 1 becomes 100000000 (8 zero's are added to each value >0).
We did not have this issue on our old db, accessed with the DataDirect 4.10 driver.
So the question is: How can i reverse the decimal and 1000 seperator?
I am using ODBC (Progress OpenEdge 10.2A to access a DB on a dutch PC and having trouble with numeric values. The decimal point and 1000 seperator are retreived 'reversed'. This causes numbers to become invalid in the dutch notation. For example 0.1 is retreived as .1 which is no numeric value in the dutch notation (this should be 0,1) causing the program to crash. Other values are also retreived wrong for example 1 becomes 100000000 (8 zero's are added to each value >0).
We did not have this issue on our old db, accessed with the DataDirect 4.10 driver.
So the question is: How can i reverse the decimal and 1000 seperator?