TheMillionDollarMan
Programmer
How am I suppose to read a RAW datatype from Oracle using ADO?
CString strRawField;
strRawField = UC _bstr_t(RsITEM(spRS,0L)) ;
Here is a sample of what the data looks like. This is one row from the field with the RAW data type.Its multibyte.
33303734000000000000000000000000000000000000000000000000000000000000
I'm using
Windows 2k
VC++ 6.0
Oracle 8.1.6
Thanks