Re: Re: Postgresql JDBC driver - Support for Scrollable Result Sets

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: Michael Stephenson <mstephenson(at)tirin(dot)openworld(dot)co(dot)uk>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Re: Postgresql JDBC driver - Support for Scrollable Result Sets
Date: 2001-01-25 09:22:46
Message-ID: 980414566.3a6ff0663ff6d@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting Michael Stephenson <mstephenson(at)tirin(dot)openworld(dot)co(dot)uk>:

> > In a current development project, we need the 'Scrollable Resultset'
> > functionality, which does not seem to exist in the driver for
> PostgreSQL
> > 7.0.3. We basically want to retrieve a set of records into a result
> set
> > and then browse through the records in the result set.
>
> One of us is confused.
>
> 'TYPE_SCROLL_INSENSITIVE' ResultSets are already supported in the
> PostgreSQL 7.0.3 release drivers (jdbc2). ie previous(), next(),
> relative(), absolute(), afterLast(), beforeFirst(), isAfterLast(),
> isBeforeFirst(), isFirst(), isLast(), last() are all implemented.
>
> > Is it available in the driver for PostgreSQL 7.1? Will it be
> available
> > in the release version.
>
> Assuming we haven't got our wires crossed somewhere, yes, and yes.

Whops, my wires were crossed just now. I was thinking of UpdateableResultSet ;-)

oh hum...

Peter

--
Peter Mount peter(at)retep(dot)org(dot)uk
PostgreSQL JDBC Driver: http://www.retep.org.uk/postgres/
RetepPDF PDF library for Java: http://www.retep.org.uk/pdf/

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter T Mount 2001-01-25 09:26:03 Re: [GENERAL] jdbc driver, error trapping.
Previous Message Peter T Mount 2001-01-25 09:21:30 Re: Postgresql JDBC driver - Support for Scrollable Result Sets