From: thhal at mailblocks.com (Thomas Hallgren) Date: Tue, 10 May 2005 11:23:46 +0200 Subject: [Pljava-dev] jdbc and FETCH_REVERSE In-Reply-To: References: <42807DA2.1020703@mailblocks.com> Message-ID: Marek Lewczuk wrote: > Hello, > in the user guide it is written: > "ResultSet's returned from executeQuery() are always FETCH_FORWARD and > ..." > > I encounter this limitation and I would like to know if there are ony > plans making this to work in FETCH_REVERSE mode ? > > Thanks in advance. At present there are no such plans. If FETCH_REVERSE is important to you, I urge you to enter a feature request. It shouldn't be that hard to implement. Regards, Thomas Hallgren