Click or drag to resize

SQLStatement.SetStatementOption Method

X#
Set current setting for a statement option.

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

Parameters

fOption (Optional)
Type: Usual
The statement option (for example, SQL_BIND_TYPE, etc.). Refer to SQLSetStatement Option() in your ODBC documentation for a complete list of ODBC statement options that are available.
uValue (Optional)
Type: Usual
The value to set the statement option to.
lUser (Optional)
Type: Usual

Return Value

Type: Usual
TRUE if successful; otherwise, FALSE.
See Also