Click or drag to resize

SQLSelect.SetStatementOption Method

X#
Change a statement option.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD SetStatementOption(
	fOption,
	uValue
) AS USUAL CLIPPER
Request Example View Source

Parameters

fOption (Optional)
Type: Usual
The statement option to set (for example, SQL_MAX_LENGTH or SQL_NOSCAN).
uValue (Optional)
Type: Usual
The value of the statement option.

Return Value

Type: Usual
Remarks
Tip Tip
Refer to SQLSetStatementOption() in your ODBC documentation for a complete list of ODBC statement options that are available.
See Also