Need help with Hibernate? Read this first:
http://www.hibernate.org/ForumMailingli ... AskForHelp
Hi
I am using Hibernate 3 to run a select on a Sybase 12.5 database and I am getting this error.
Caused by: com.sybase.jdbc2.jdbc.SybSQLException: Attempt to update or insert row failed because resultant row of size 1993 bytes is larger than the maximum size (1964 bytes) allowed for this table.
at com.sybase.jdbc2.tds.Tds.processEed(Tds.java:3178)
at com.sybase.jdbc2.tds.Tds.nextResult(Tds.java:2481)
at com.sybase.jdbc2.tds.Tds.getResultSetResult(Tds.java:3089)
at com.sybase.jdbc2.tds.TdsCursor.open(TdsCursor.java:189)
at com.sybase.jdbc2.jdbc.SybStatement.executeQuery(SybStatement.java:1580)
at com.sybase.jdbc2.jdbc.SybPreparedStatement.executeQuery(SybPreparedStatement.java:96)
at org.hibernate.jdbc.AbstractBatcher.getResultSet(AbstractBatcher.java:186)
at org.hibernate.loader.Loader.getResultSet(Loader.java:1787)
at org.hibernate.loader.Loader.doQuery(Loader.java:674)
at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:236)
at org.hibernate.loader.Loader.doList(Loader.java:2220)
... 65 more
Please help.
Hibernate version: 3.0
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
Sybase 12.5
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Problems with Session and transaction handling?
Read this:
http://hibernate.org/42.html