Contents Index Modifying rows through a cursor Choosing cursor types

ASA Programming Guide
  Using SQL in Applications
    Working with cursors

Canceling cursor operations


You can cancel a request through an interface function. From Interactive SQL, you can cancel a request by pressing the Interrupt SQL Statement button on the toolbar (or by choosing Stop from the SQL menu).

If you cancel a request that is carrying out a cursor operation, the position of the cursor is indeterminate. After canceling the request, you must locate the cursor by its absolute position, or close it.


Contents Index Modifying rows through a cursor Choosing cursor types