The steps to delete a row are simpler than to insert or update rows. There is no delete mode corresponding to the insert or update modes.
The following procedure deletes a row.
Move to the row you want to delete.
Execute the Table.Delete method.
t.Delete(); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |