Subject GDS Exception. 335544364
Author Michael Stover
Can anyone tell me what the following error code is trying to tell me:

org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544364. request
synchronization error

I'm using firebird 1.5 on Linux (Classic server) through the jaybird
jdbc driver. I'm calling select * from my_stored_procedure(int). It
returns a large number of rows and columns (couple thousand rows,
roughly 30 columns). It has been working fine but for one parameter
value I pass it, and then it gives the above error. Any clue what's
going on?

-Mike Stover