12 Aug
2005
12 Aug
'05
11:16 a.m.
Hello,
How exactly are you writing the String to the database? Using an insert statement? using a PreparedStatement?
I sent part of my code in my previous message. I hope it helps. I previously tried with a Clob object and the result was the same (execution stalled). Then I had a quick look on the implementation of MonetClob and realized the result would be the same as if I used PreparedStatement.setString.
Can you enable the debuglog (append "?debug=true" to the JDBC connection URL as query string) and send it to us for further examination?
Of course, although I think it would be easier to debug with the code I sent before. I just do not know where this debuglog is written. Tell me and I send it to you. Cheers, Rodrigo