CLEARRESULTSET( ) Function
Clears the marker from a cursor marked by SETRESULTSET( ) in the current data session.
CLEARRESULTSET( )
Return Value
Numeric. CLEARRESULTSET( ) returns the number of the work area for the previously marked cursor or zero (0) if no cursor is marked in the current data session.
Remarks
CLEARRESULTSET( ) 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.
See Also
Tasks
Reference
SETRESULTSET( ) Function
GETRESULTSET( ) Function
Supported Visual FoxPro Commands and Functions in OLE DB Provider