Jilles van Gurp wrote:
Oracle on the other hand cannot insert strings larger than 4KB with setString so you need to use setCharacterStream.

FYI:

This is "common knowledge" that used to be right, but isn't anymore.
With the Oracle 10g JDBC driver you can set arbitrary length strings with setString

http://www.oracle.com/technology/sample_code/tech/java/codesnippet/jdbc/clob10g/handlingclobsinoraclejdbc10g.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to