CompuServe Messages

Recordset.Delet

    08-Jul-94 18:32:49
Sb: Recordset.Delet
Fm: Israel Burman 74214,1656
To: All
The Recordset.Delete function is defined in the manual as having a BOOL return value, but it is actually a void function as you can see in afxdb.h. How can I know if the delete function was succesfull? I tryied to delete records from a table using CRecordset.Delete function. I got the message: Multiple rows were updated when trying to delete the first record, and after this, the message bellow for the next records: No rows were affected by the update or delete operation. What is wrong? Thanks Israel