Use the IDLdbRecordset::DeleteRecord procedure method to delete the current record from a recordset. Any attempt to access this record after it has been deleted can result in an error. This method will fail if the SQL driver doesn’t support positioned deletions to the recordset.

Syntax


RSobj -> [IDLdbRecordset::]DeleteRecord

Arguments


None.

Keywords


None.

Version History


5.0

Introduced