On Wed, 29 Sep 1999, [EMAIL PROTECTED] wrote:
> Try converting the int into a string.
> E.g.
> > int pid1;
> > pid1=din.readInt();
>
> String pid1;
> pid1 = Integer.toString(din.readInt());
>
>
>
> I didn't test it, but this seems like the problem.
>
> Troy
This shouldn't matter as his code is using setInt() on an int4 field.
Peter
--
Peter T Mount [EMAIL PROTECTED]
Main Homepage: http://www.retep.org.uk
PostgreSQL JDBC Faq: http://www.retep.org.uk/postgres
Java PDF Generator: http://www.retep.org.uk/pdf
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]