The steps to delete a row are simpler than inserting or updating rows.
The following procedure deletes a row.
Move to the row you want to delete.
Execute the Delete method.
tbl->Delete(); |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |