Re: insufficient data left in message II

From: Oliver Jowett <oliver(at)opencloud(dot)com>
To: Robert Wimmer <seppwimmer(at)hotmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: insufficient data left in message II
Date: 2008-04-29 22:21:44
Message-ID: 48179F78.4080102@opencloud.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Robert Wimmer 2008-04-30 10:11:38 Re: insufficient data left in message II
Previous Message Robert Wimmer 2008-04-29 21:58:26 Re: insufficient data left in message II