Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: moving the ODBC cursor in an oracle dataset

Re: moving the ODBC cursor in an oracle dataset

From: Gerard van Dorth <gerard.van.dorth_at_vdc-it.nl>
Date: Thu, 4 Nov 1999 14:17:45 +0100
Message-ID: <941720902.17456.0.pluto.d4ee362b@news.demon.nl>


Use another cursor type ... but note: forward only cursors are fast ... others might even use temporary disk space and are therefore not suitable for large result sets.

Robin Giles wrote in message <381e1679.16209375_at_slcnews.urjet.net>...
>I am developing an application in Delphi 4 using ODBC. When I
>connect to an oracle source I am only able to move the cursor forward.
>Is there a way other than reissuing the SQL statement to move the
>cursor backwards?
>
>Thanks in advance,
>
>Robin
>
>sam_at_giles.net
Received on Thu Nov 04 1999 - 07:17:45 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US