ADODB.Recordset is not opened. (Error 2143)

Visual FoxPro requires that an ADO Recordset is opened when it is passed to the CursorFill methods Source parameter.

  • Make sure that the ADO Recordset has been properly opened and that the ADO Recordsets State is set to adStateOpen (1).