Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: RDO & Oracle Capable ODBC Driver
Andrew Protasov wrote:
>
> It's quite easy to save fetched data into fixed length record file.
> You should open such a file for each opened for select cursor.
> You can scroll backward using this file. I have made this some
> years ago in OCI C program. The only problem is that you should
> use select for update statement to lock fetched data or refresh
> them before update.
Store the records in a buffer seems workable. What's the short coming if used to implement back-scrollable cursor ? Any special caring for cleaning the temp files. Received on Sat Apr 12 1997 - 00:00:00 CDT
![]() |
![]() |