CompuServe Messages

Recordset.Delet

    11-Jul-94 09:37:38
Sb: #30332-Recordset.Delet
Fm: Ronald Laeremans 100142,747
To: Israel Burman 74214,1656
Israel, What probably happened is that you did not select all the coulumns (fields) that make up a specific row. Even if you need only a few fields from the select, you still need to include all the fields making up a unique index. The cursor library will turn a Recordset delete into a "searched delete": "delete from Mytable where field1=xxx, field2=yyy, field3=zzz, …". With field2, field2 … being the columns you bound to the recordset. -Ronald-