Re: [BUGS] BUG #3278: PSQLException when using setBinaryStream via JDBC

2007-05-14 Thread Kris Jurka
On Mon, 14 May 2007, jeffrey zhao wrote: The following bug has been logged online: Bug reference: 3278 When I run the following program, I got an exception as following: ps.setBinaryStream(2, fis, file.length()); org.postgresql.util.PSQLException: Method org.postgresql.jdbc4.Jdbc4Prepa

[BUGS] BUG #3278: PSQLException when using setBinaryStream via JDBC

2007-05-14 Thread jeffrey zhao
The following bug has been logged online: Bug reference: 3278 Logged by: jeffrey zhao Email address: [EMAIL PROTECTED] PostgreSQL version: 8.2.4-1 Operating system: Windows XP Description:PSQLException when using setBinaryStream via JDBC Details: When I run the foll