Value is stored in a column of RAW datatype in Oracle. If I use OracleResultSet and getRAW() method of the result set in Java will this work. Or do I have to use getBytes()/getByte() method of the result set?
Thanks.
-
RAW datatype in Oracle (1 messages)
- Posted by: Ganesh Prabhu
- Posted on: December 11 2001 21:43 EST
Threaded Messages (1)
- RAW datatype in Oracle by Raghuram Ethirajan on December 13 2001 08:50 EST
-
RAW datatype in Oracle[ Go to top ]
- Posted by: Raghuram Ethirajan
- Posted on: December 13 2001 08:50 EST
- in response to Ganesh Prabhu
try using getBytes()/setBytes()