Click or drag to resize

SQLStatement.SetStatementOption Method (Typed)

X#

Note: This API is now obsolete.

Set current setting for a statement option.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOSQLClasses (in XSharp.VOSQLClasses.dll) Version: 2.19
Syntax
[ObsoleteAttribute]
 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