Recordset.Delet
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