Subject | Re: Cursors |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-07-26T20:27:23Z |
Hi,
sets were not yet implemented.
is easy - you just count rows. Updatable cursors can be replaces by
positioned updates: you have to set the cursor name and then use
construct "UPDATE ... WHERE CURRENT OF my_cursor".
Best regards,
Roman Rokytskyy
> I think JBirs is a good driver, but Why are there no ScrollableScrollable cursors are not supported by the server. Updatable result
> cursors and Updatable cursors??
sets were not yet implemented.
> Is there another way to do such things??There's hardly any possibility to scroll backward. Scrolling forward
is easy - you just count rows. Updatable cursors can be replaces by
positioned updates: you have to set the cursor name and then use
construct "UPDATE ... WHERE CURRENT OF my_cursor".
Best regards,
Roman Rokytskyy