Hi,
I have a JSP page that create a Tab separted value file using the datas from a db instance.
I got an error with big datasets (pair of DOUBLE PRECISION and VARCHAR(255)):
javax.servlet.jsp.JspException: SQL statement is too long. Increase the DB parameter PACKET_SIZE.
How do I set the PACKET_SIZE:
1. In the installation script (like the create_demo_db.cmd)
2. On a production instance
Is there any special settings to apply on the Jdbc driver?
Thanks for any help
Cedric Cuche
-- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
