Robert Wimmer wrote:
> now i am able to reproduce this error.
>
> the error occurs if you set a (nullable) parameter in a prepared
> statement to null the "wrong way".
> here are 4 examples and what happens
>
> ***
> PreparedStatement stmt ...;
What is the query you are using and against what schema?
If you can send us a compilable program that shows just the problem that
would be perfect.
-O