Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> numeric data
Hello
When I execute a query via Visual Basic to an oracle server, the numeric
columns only contain "0" (zero's)
example : select empno from emp; (empno is a numeric field) the whole
column is 0
But : select empno+0 from emp; works fine (no zero's, but the correct numbers)
I'm using the Oracle ODBC Driver (I think this is the problem) via VB6.0
can anybody help me out plzzzz ?
tnkx !!!
bbloemen
Received on Sat Dec 23 2000 - 13:27:01 CST
![]() |
![]() |