G
Guest
How do I select a number field from oracle 9i? The field is a
number(integer). I have this line in my datareader:
double dbid;
dbid = dr.GetDecimal(0);
I have tried getstring, convert and other things but come up with various
exceptions.
Any help is greatly appreciated! I am stuck here over what should be very
simple.
Thanks
Mike
number(integer). I have this line in my datareader:
double dbid;
dbid = dr.GetDecimal(0);
I have tried getstring, convert and other things but come up with various
exceptions.
Any help is greatly appreciated! I am stuck here over what should be very
simple.
Thanks
Mike