hi,
I am new at JDBC applications. I try to insert a byte array into Oracle
database. I use
WinNT 4.0 Workstation. sun.jdbc.odbc.JdbcOdbcDriver Personal Oracle 8.xI define a field in Oracle table as RAW and try
toinsert a byte array in
it.I use PreparedStatement class.
When I use setBytes(parameterid, bytearray) method I get SQLException
[ODBC][ORACLE] error. What do I do. Do I change the JDBC driver.