PDA

Click to See Complete Forum and Search --> : Get data from oracle db using RDO


NKumar
Sep 14th, 1999, 04:48 PM
Hi,
(Using:VB-5,Oracle8.0)
I tried to retrieve a Number(5,0) field from an Oracle Database using RDO connection, the records get retrieved fine when the value in the field is below 32767 but for any data which is greater than this,the records are not retrieved.
The data type of the field retreived (in the rdoresultset) is taken to be integer instead of long integer.

Cud anyone there help me out to get this RDO-Resultset to consider the data
( Number(5,0) ) to be long integer?