[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] 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