Daniel Noll wrote:

Rajesh Kartha wrote:

Hi Daniel,

Can you post the way you are retrieving the CLOBs from the ResultSet. I have used the rs.getAsciiStream() and rs.getCharacterStream() methods for getting CLOBs in the past (with the Client driver) and it seemed to work just fine.


Hmm, maybe that's it. In this case we knew we needed the whole CLOB in advance, so we were reading it with getString(). Perhaps the client driver always returns "" for this whereas the embedded driver actually returns us the data.


I'd expect getString() to return the data when you use the client driver, similar to the embedded driver. If it is possible, can you post the code that seems to have a problem and open a jira entry for it.

Thanks.
Sunitha.

Reply via email to