Re: jdbc: getBinaryStream blocks on second call

From: Ingo Luetkebohle <ingo(at)blank(dot)pages(dot)de>
To: Greg Speegle <Greg(at)10happythings(dot)com>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: jdbc: getBinaryStream blocks on second call
Date: 2000-12-03 21:33:04
Message-ID: 20001203223304.A20177@blank.pages.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Sun, Dec 03, 2000 at 01:10:21PM -0600, Greg Speegle wrote:
> If you have to read it twice, the only way to gaurantee that it
> works, is to close the Statement and do it again.

Thanks for the tip, it led me in the right direction. Closing the
Statement didn't suffice, but closing the whole DB connection
worked. Not beautiful, but ok for the moment.

--
Ingo Luetkebohle / ingo(at)blank(dot)pages(dot)de / 95428014
/
|PraxisXML Open Source contact; Computational Linguistics
|student; Fargonauten.DE sysadmin; Gimp Registry (not-)maintainer;

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Evelio Martinez 2000-12-04 18:44:23 PostgreSQL ODBC driver: recordset not updatable
Previous Message Greg Speegle 2000-12-03 19:10:21 Re: jdbc: getBinaryStream blocks on second call