Hello!

I'm using 7.4.3.31 on a W2K-system. Accessing the database with JDBC.

I have an sql-command with a length of nearly 30000 byte.

1.) This alone shouldn't be a problem cause I set _PACKET_SIZE to the limit
of 131072, right?

This sql-statement contains more than 1500 "OR", and I would be lot's of
work to rewrite the command so it still fits into my program logic.
When I now execute this huge command, I got: "ERROR: SQLException: [-1104]
(at 4096): Too complicated SQL statement (KB-stack overflow) "

2.) Any hint why? What can I do?

Thanx a lot in advance!

chris

-- 
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to