SQLGetStmtOption (Visual FoxPro ODBC Driver)

Note

This article contains Visual FoxPro ODBC Driver-specific information. For general information about this function, see the appropriate article under ODBC API Reference.

Support

Full.

ODBC API conformance

Level One

Remarks

Returns the current setting of a statement option.

fOption Returns
SQL_GET_BOOKMARK 32-bit integer value that is the bookmark for the current record number
SQL_ROW_NUMBER 32-bit integer specifying the position of the current row within the result set
SQL_TRANSLATE_DLL Error: Driver not capable

The Visual FoxPro ODBC Driver has no translation DLLs.

For more information, see SQLGetStmtOption Function in the ODBC Programmer's Reference.