Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.tools -> numeric data

numeric data

From: Bert Bloemen <bert.bloemen-NOSPAM-_at_pandora.be>
Date: Sat, 23 Dec 2000 19:27:01 GMT
Message-ID: <90716.54872$Ww.1394472@afrodite.telenet-ops.be>

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US