How to fetch Oracle RAWDatatype in TD62

General discussion forum about all databases other than SqlBase.
frevelundfey

How to fetch Oracle RAWDatatype in TD62

Post by frevelundfey » 15 Jan 2015, 17:46

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

User avatar
H3PO4
Germany
Posts: 241
Joined: 10 Mar 2017, 07:53
Location: Rohlstorf, Germany

Re: How to fetch Oracle RAWDatatype in TD62

Post by H3PO4 » 15 Jan 2015, 18:36

Hey Thomas,

SELECT TO_BLOB(RAWCOLUMN) may do the trick...

Regards Henning

Return to “General Discussion”

Who is online

Users browsing this forum: [Ccbot] and 1 guest