ODBC Oracle driver v8 and v9 give a different result [message #118044] |
Mon, 02 May 2005 17:21 |
vcameanii
Messages: 1 Registered: May 2005
|
Junior Member |
|
|
Hello.
In Oracle database ( v8.1.7) I have a table with a column,
declared as numeric(7,6) and value 0.000001.
Using Oracle ODBC driver v8.1 in my application, I am getting data as .000001,
but with Oracle ODBC driver v9.2 I am getting data in a scientific format - 1E-06,
which breaks my application.
I wonder if there is any way to avoid getting data in a scientific format by modifying table / column settings?
Will appreciate any help.
Thanks in advance.
Val.
|
|
|