Largeobjects and JDBC
От | johan@webgate.se |
---|---|
Тема | Largeobjects and JDBC |
Дата | |
Msg-id | 199910080745.JAA13186@webgate.se обсуждение исходный текст |
Список | pgsql-interfaces |
Hi I found docs on how to use largeobjects in java but I can't seem to get it working. I've problem with the following code (basically the code I found on the Internet. try {ps = con.prepareStatement("insert into images values (?,?)");ps.setString(1,fil.getName());ps.setBinaryStream(2,fis,(int)fil.length());ps.executeUpdate();ps.close();}catch (SQLExceptionsqle) {System.out.println("SQL: " + sqle.getMessage()); } This code prints the following SQLException SQL: This method is not yet implemented. Im using the latest JDBC-driver (I think, I compiled it from postgresql-6.5.2 source). Does anyone out there have a clue on what I'm doing wrong? Thanx .johan ________________________________________________________________ Johan Warman Norling Education AB Anders Karlssonsgata 7 417 55 Göteborg Tel: 031-223159 Fax: 031-7792847 e-post: johan@webgate.se ________________________________________________________________ The mouse has been moved, please restart your MS Windows for changes to take effect.
В списке pgsql-interfaces по дате отправления: