RE: Re: Postgresql JDBC driver - Support for Scrollable Re sult Sets

From: Michael Stephenson <mstephenson(at)tirin(dot)openworld(dot)co(dot)uk>
To: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: RE: Re: Postgresql JDBC driver - Support for Scrollable Re sult Sets
Date: 2001-01-25 10:25:59
Message-ID: Pine.LNX.4.30.0101251023180.20707-100000@tirin.openworld.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

> I was trying
>
> createStatement(ResultSet.TYPE_SCROLL_SENSITIVE,
> ResultSet.CONCUR_READ_ONLY);
>
> Go the 'Method Not Implemented' error.

Yes createStatement(int, int) will always fail in 7.0.3 (which is the most
recent version I have here).

createStatement(), with no parameters, will return a ResultSet of the type
you requested above.

> Hence I jumped to the conclusion that scrollable result sets (sensitive
> or insensitive) were not supported.

Understandably.

Michael Stephenson mstephenson(at)openworld(dot)co(dot)uk
Developer - Web Applications - Open World
Tel: +44 1225 444 950 Fax: +44 1225 336 738

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Ramachandra K.B.S 2001-01-25 10:29:52 RE: Re: Postgresql JDBC driver - Support for Scrollable Re sult Sets
Previous Message Michael Stephenson 2001-01-25 09:54:41 Re: [PATCHES] Re: [INTERFACES] Patch for JDBC timestamp problems