GETRESULTSET( ) Function

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.

See Also

Tasks

How to: Use Data Sessions

Reference

SETRESULTSET( ) Function

CLEARRESULTSET( ) Function

Supported Visual FoxPro Commands and Functions in OLE DB Provider

Other Resources

Functions