Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Decimal Number data type retrived ignoring decimal points

Status
Not open for further replies.

bidra

Programmer
Feb 28, 2002
31
DE
Hi,

In Oracle the data is defined as NUMBER(8,2).

While using ODBC the decimal number datatype is retrieved by CR with the digets after the decimal point are now in front of it, for example:

10.12 is shown (and calculatedt with) as 1012.00
11.00 is correctly shown as 11.00

This error turned up using Oracle ODBC Driver 9.02, but not with the old Oracle ODBC Driver 8.01.

I am not sure if this is a only a problem of the ODBC driver or also a CR problem?

Thanx for any information!

Bidra
 
You're still using the wrong ODBC driver, you'll encounter other problems with that.

Use the CR supplied ODBC driver.

-k
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top