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

Informix updatable cursors – PB Docs 126 – PowerBuilder Library

Informix updatable cursors – PB Docs 126

Informix updatable cursors

To declare an updatable cursor, use the FOR UPDATE keywords
in the declaration.

Example

This statement uses the FOR UPDATE syntax to declare an updatable
cursor:

DECLARE emp_curs CURSOR FOR
SELECT emp_id, emp_name FROM Employee
WHERE emp_state = :sle_1.text
FOR UPDATE;

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