Cannot update ADODB.Recordset while cursor, created by CursorAdapter.CursorFill method, is not attached to a CursorAdapter object. (Error 2082)

Visual FoxPro requires a cursor, created from an ADO Recordset using the CursorFill method, to be attached to a CursorAdapter object, before it can be updated.

  • To update the cursor, reattach the cursor to the CursorAdapter object.