Hi,
we have an oracle column of type RAW(4) - not BLOB, not LONG RAW.
E.g:
CREATE TABLE RawTest ( RawColumn RAW(4) );
We put in some data and try to fetch it from TD62.
When we use a string-variable as bindvar then we get "Error Unicode Conversion".
When we use a binary-variable as bindvar no error occurs but the binary-variable is null.
Can anybody help me fetching the raw data?
Regards Thomas
How to fetch Oracle RAWDatatype in TD62
Re: How to fetch Oracle RAWDatatype in TD62
Hey Thomas,
SELECT TO_BLOB(RAWCOLUMN) may do the trick...
Regards Henning
SELECT TO_BLOB(RAWCOLUMN) may do the trick...
Regards Henning
Who is online
Users browsing this forum: [Ccbot] and 1 guest