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:
|
1 |
DECLARE emp_curs CURSOR FOR<br> SELECT emp_id, emp_name FROM Employee<br> WHERE emp_state = :sle_1.text<br> FOR UPDATE; |
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest