Click or drag to resize

SQLConnection.isFunction Method

X#
Determine whether an ODBC function is supported by the driver.

Namespace:  VO
Assembly:  VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD isFunction(
	nFunction
) AS USUAL CLIPPER
Request Example View Source

Parameters

nFunction (Optional)
Type: Usual

Return Value

Type: Usual
TRUE if the function is supported; otherwise, FALSE. Level 1
See Also