Function CSPODBCRecordset::Delete()
Description:
Deletes the current row from the recordset.
 |
Prototype:
bool Delete();
Arguments:
No arguments (void).
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member functions Update, Refresh, Insert
|
|