pgsql jdbc setObject JAVA_OBJECT error

From: tyju tiui <jckdnk111(at)yahoo(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: pgsql jdbc setObject JAVA_OBJECT error
Date: 2007-12-18 21:00:41
Message-ID: 257048.42438.qm@web51406.mail.re2.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

I'm trying to use the 'setObject' method of a preparedStatement to store a POJO and I'm getting an error:
org.postgresql.util.PSQLException: Unsupported Types value: 2,000

I'm using build 8.2 Build 507 of the jdbc driver with PostgreSQL 8.2.5 on a Debian Etch server with Java 1.6.
Here's the snippet which throws the error above:
pstatement.setObject(1, myPojoInst, java.sql.Types.JAVA_OBJECT);

Any idea what I'm doing wrong?

Thanks,

Ty

____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2007-12-18 21:10:40 Re: pgsql jdbc setObject JAVA_OBJECT error
Previous Message Kris Jurka 2007-12-18 16:15:18 Re: Missing fields in getColumns() result