[JDBC] fix for JDBC test suite

2001-09-25 Thread Liam Stewart
A couple of lines were missing from my last patch - this one fixes things. Liam -- Liam Stewart :: Red Hat Canada, Ltd. :: [EMAIL PROTECTED] Index: src/interfaces/jdbc/org/postgresql/test/jdbc2/TimestampTest.java === RCS file:

[JDBC] downloading image blobs

2001-09-25 Thread Matt Fair
Hello, I am having a similary problem that I was having when I was trying to upload an image to the database. I am already able to upload blobs into the database but I cannot download them. I get the error 'inv_open: large object 12992 not found', which I assume means that the statement should

Re: [JDBC] JDBC update wont, plz help.

2001-09-25 Thread Vic Cekvenich
Vic Cekvenich wrote: I used a driver from http://jdbc.fastcrypt.com/ , the latest driver I could find w/ JDK1.3 and a simple CachedRowSet from SUN Devlopers connection. It will not update via AcceptChages. Error is This methos is not yet implementd. Can someone help me update a tabe

Re: [JDBC] downloading image blobs

2001-09-25 Thread Barry Lind
Matt, Have you verified that this large object (id=12992) exists in your database? (select distinct loid from pg_largeobject where loid = 12992) If it doesn't, I think then the place to look is the code that you used to insert the large objects as it would appear that code didn't do the