Numeric Settings in ODBC for 11.1 client
Hi,
I have the following problem:
If I select a row (numeric(15,2)) from Table a, i get the following results:
sqldeveloper: 300,67
msaccess via ODBC: 30067
The numericsetting in the DSN is set to "Use Oracle NLS settings"
If I change the setting to "Use US settings" I get identical values. (300,67)
The program we use here creates the DSN new on every start - and the setting is set to the default "Use Oracle NLS settings"
Is there any solution?
Lars
I have the following problem:
If I select a row (numeric(15,2)) from Table a, i get the following results:
sqldeveloper: 300,67
msaccess via ODBC: 30067
The numericsetting in the DSN is set to "Use Oracle NLS settings"
If I change the setting to "Use US settings" I get identical values. (300,67)
The program we use here creates the DSN new on every start - and the setting is set to the default "Use Oracle NLS settings"
Is there any solution?
Lars
0