I wanted to delete a group of records. I retrieved a recordset of the
records that I wanted to delete. I issued the
rs.delete
statement, and I got an error indicating that this statement could not be
used in its current context. I issued the SQL DELETE statement and I could
delete the records with no problem.
What locking mechanism should I be using on the recordset? What cursor type
should I be using?
Thanks in advance