Retrieve DB_VARNUMERIC
Hi All,
I want to know how to get the value from a DB_VARNUMERIC datatype of Oracle. I tried Dynamicaccessor's getvalue but it gives sizeof assertion so based on MSDN help i tried to retrieve using BYTE* and tried setting the value and works fine for VARNUMERIC to VARNUMERIC fields. If the data is as double,float or int I dont know how to convert am not able to use IDataConvert as CanConvert function fails if i tried to convert from double to BYTE*. Any clue would help me.
Thanks
Chitra
|