Re: PreparedStatement.executeBatch() doesn't clearParameters()
Posted by: Mark Matthews
Date: October 27, 2004 03:07PM

John, was the message something along the lines of:

"Driver can not re-execute prepared statement when a parameter has been changed from a streaming type to an intrinsic data type without calling clearParameters() first."?

If so, then you most likely set a parameter as a setBlob()/setClob(), and later changed that type to something not blob or clob.

If this is not the case, then it's a bug, but I'd need to see _exactly_ what you were doing that triggered it.

Options: ReplyQuote


Subject
Written By
Posted
Re: PreparedStatement.executeBatch() doesn't clearParameters()
October 27, 2004 03:07PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.