Re: Postgresql JDBC driver - Support for Scrollable Result Sets

From: Peter T Mount <peter(at)retep(dot)org(dot)uk>
To: "Ramachandra K(dot)B(dot)S" <ram(at)meritsystems(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Postgresql JDBC driver - Support for Scrollable Result Sets
Date: 2001-01-25 09:21:30
Message-ID: 980414490.3a6ff01a0edaa@webmail.retep.org.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Quoting "Ramachandra K.B.S" <ram(at)meritsystems(dot)com>:

> Hi,
>
> We are hosting our site on a Redhat Linux server and use PostgreSQL as
> the database. JDBC is the prefered technology for our development.
>
> 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.
>
> Is it available in the driver for PostgreSQL 7.1? Will it be available
> in the release version.

The beginings of it is there, but it depends on if I get chance. Hopefully my
development box at home will be up and running by the weekend (its been
reinstalled after 2 drives died, but its not networking).

At the moment I'm limited to bug fixing blind while she's down.

Peter

>
> Thanks and regards
> Ram
>
>
>

--
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:22:46 Re: Re: Postgresql JDBC driver - Support for Scrollable Result Sets
Previous Message Barry Lind 2001-01-25 08:18:18 Re: [BUGS] JDBC PreparedStatement.setMaxRows() affects other objectsinstantiated from this class and it's parent class