Navigation:  DataServer Classes > DaoServer Class >

DaoServer:Delete() Method

Previous pageReturn to chapter overviewNext page

Purpose

Delete the current record

 

Note        

It depends on the Recordset and its underlying database whether deletes can be recalled or not. In general deletes are permanent !

 

Handling DaoServer:Delete in combination with SetDeleted()

When deleting a record with SetDeleted() ON, the Datawindow will position the server on the next non-deleted record
When deleting a record with SetDeleted() OFF, the Server will position itself on the next non-deleted record.

 

 

Class

DaoServer        

 

See also

DaoRecordSet:Delete()