Cannot update ADODB.Recordset because FOX cursor does not have an ADOBookmark column. (Error 2085)
Visual FoxPro requires that a cursor is associated with an ADO Recordset, if it is to be used to update an ADO Recordset.
- To verify a cursor is associated with an ADO Recordset check its SourceType property by using the CursorGetProp( ) function. Valid values for the SouceType property are 4, 104, and 204.