Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

OLE DB Cursor statements – PB Docs 2021 – PowerBuilder Library

OLE DB Cursor statements – PB Docs 2021

OLE DB
Cursor statements

In embedded SQL, statements that retrieve data can involve cursors.
PowerBuilder OLE DB supports only forward, read-only cursors.

Retrieval statements

The retrieval statements that involve cursors are:

  • DECLARE cursor_name CURSOR FOR …

  • OPEN cursor_name

  • FETCH cursor_name INTO …

  • CLOSE cursor_name

Update statements

UPDATE … WHERE CURRENT OF cursor_name and DELETE … WHERE CURRENT
OF cursor_name are not supported.

See also

OLE DB Retrieval using
cursors

OLE DB FETCH
NEXT


Document get from Powerbuilder help
Thank you for watching.
Was this article helpful?
Subscribe
Notify of
guest
0 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x