Guest User

Untitled

a guest
May 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. //blargeparam is a blob column.
  2. PreparedStatement pst =connection.prepareStatement("update gcp_processparams_log set blargeparam= ? where idprocessparamslog=1");
  3.  
  4. pst.setBinaryStream(1,inputStream);
  5.  
  6. Exception in thread "main" java.lang.AbstractMethodError:
  7. oracle.jdbc.driver.T2CPreparedStatement.setBinaryStream(ILjava/io/InputStream;)V
Add Comment
Please, Sign In to add comment