June 29, 2005 at 3:43 am
Hi
I'm trying to run an ireport using data retrieved from a universe database . The data in question is not particulary large but I keep getting the following error.
java.sql.SQLException: UniVerse/SQL: Row length exceeds buffer size.
Unable to get next record.
Does anyone know how to increase the buffer size.
Thanks
June 29, 2005 at 9:11 am
hi,
are u passing ur query in a veriable if
then pls check the variable datatype length.
if this doesnt helps pls sorry
sufian
June 30, 2005 at 10:29 am
Its a java.sql.Exception error, is this database the backend for a java application, find the function in the code that is throwing the exception and post that, it could be that you are trying to return back a huge varchar(SQLServer col) to a java string...
Hope this helps,
M
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply