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

DELETE Where Current of Cursor – PB Docs 125 – PowerBuilder Library

DELETE Where Current of Cursor – PB Docs 125

DELETE Where Current of Cursor SQL statement

Description

Deletes the row in which the cursor is positioned.

note.png DBMS-specific

Not all DBMSs support DELETE Where Current of Cursor.

Syntax

Parameter

Description

TableName

The name of the table from which you
want to delete a row

CursorName

The name of the cursor in which the table
was specified

Usage

The USING TransactionObject clause is not
allowed with this form of DELETE Where Current of Cursor;
the transaction object was specified in the statement that declared
the cursor.

note.png Error handling

It is good practice to test the success/failure code
after executing a DELETE Where Current of Cursor statement.

Examples

This statement deletes from the Employee table
the row in which the cursor named Emp_cur is
positioned:


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