LOTUS CONNECTORS


IsSupported method
Example

Indicates whether an option is supported by the data source.

Defined in

ODBCConnection

Syntax

status = odbcConnection. IsSupported( option )

Parameters

option


Return value
Usage

Use IsSupported to test whether the connected data source supports a particular option before attempting to use it, thus avoiding potential errors in your script.

Example
See Also