Re: Is postgresql 8.xx jdbc support SCROLL_SENSITIVE?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Hengki Suhartoyo <hengman03(at)yahoo(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is postgresql 8.xx jdbc support SCROLL_SENSITIVE?
Date: 2005-05-19 04:59:14
Message-ID: Pine.BSO.4.56.0505182354420.1612@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 18 May 2005, Hengki Suhartoyo wrote:

> I have problem with my jdbc program, I need Sensitive scrollable result.
>

Postgresql only supports insensitive cursors and ResultSets. Your only
option is to reissue the query to pick up any changes.

Kris Jurka

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Matthew Hixson 2005-05-19 05:34:04 Re: 8.0.3 build error on Mac OS X 10.4
Previous Message Hengki Suhartoyo 2005-05-19 04:37:17 Is postgresql 8.xx jdbc support SCROLL_SENSITIVE?