Retrieves the work area number of a cursor marked by SETRESULTSET(В ) in the current data session.
GETRESULTSET(В ) |
Return Value
Numeric. GETRESULTSET(В ) returns the work area number of the marked cursor in the current data session or zero (0) if no cursor is marked in the current data session.
Remarks
GETRESULTSET(В ) is supported in Visual FoxPro and the Visual FoxPro OLE DB Provider. You can use GETRESULTSET(В ) in a database container (DBC) stored procedure or send it to the Visual FoxPro OLE DB Provider, assuming that the cursor has been previously opened by the OLE DB Provider.