Click or drag to resize

SQLConnection.SetConnectOption Method

X#
Set the value of a connection option.

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

Parameters

nOption (Optional)
Type: Usual
uValue (Optional)
Type: Usual

Return Value

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