Error: Record is Deleted

S

SAC

I'm adding records to a sql table using ODBC and several records add
successfully, but then in the middle of the code I get a "Record is Deleted"
error. This occurs on a line between rs.addnew and rs.update.

I have the dbSeeChanges option set when I set the rs.

I'm incrementing a Long variable to set the Primary key field.

Any ideas?

Thanks.
 
Top