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.