Hi!
I am using jrdc2 and mssql-server (2008rc2) to query data from mssql-server. everthig works fine but i need to display text with more than varchar(8000)-length, in the original database these fields are represented by datatype "text". If i create a query with a text-field inside the answer if the jrdc2 is:
java.lang.RuntimeException: Cannot serialize object: net.sourceforge.jtds.jdbc.ClobImpl@5a2feb02
if i create fields with less or equal 8000 bytes (varchar), everything is ok. What i can do?
I have also tested varchar(max) with the same result.
best regards
Hagen
I am using jrdc2 and mssql-server (2008rc2) to query data from mssql-server. everthig works fine but i need to display text with more than varchar(8000)-length, in the original database these fields are represented by datatype "text". If i create a query with a text-field inside the answer if the jrdc2 is:
java.lang.RuntimeException: Cannot serialize object: net.sourceforge.jtds.jdbc.ClobImpl@5a2feb02
if i create fields with less or equal 8000 bytes (varchar), everything is ok. What i can do?
I have also tested varchar(max) with the same result.
best regards
Hagen
Last edited: