Subject Re: [Firebird-Java] Strange error message: "Cursor"?!?
Author Roman Rokytskyy
> In a particular installation of our application, we are getting the
> following stack trace. Notice the strange error message: "Cursor".

> Has anybody seen this before? What is it about?

Firebird tried to tell something but server did not pass the rest of the
params in status vector. The message looks like this:

335544572=Cursor {0} {1}

The corresponding constant in iberror.h is declared as isc_dsql_cursor_err.

Is it reproducable?

Roman