Returns True for ODBC connections and returns False for RPC connections.
NOTE |
The ClsD3Environment object always returns False regardless of the connection used. See the Remarks section for more information. |
Syntax
bValue = object.brIsODBC |
Parameters
Parameter |
Description |
bValue |
The return value is a Boolean data type, always true. |
object |
An object variable that represents an object in the Applies To list. |
Remarks
brISODBC object exceptions:
Class |
RPC |
ODBC |
clsD3Connection |
Returns False |
Returns True |
clsD3DynamicArray |
Returns False |
Returns True |
clsD3Environment |
Returns False |
Returns False |
clsD3File |
Returns False |
Returns True |
clsD3GlobalConstants |
Not Supported |
Not Supported |
clsD3RuleModule |
Returns False |
Returns True |
clsD3Index |
Returns False |
Returns True |
clsD3SelectList |
Returns False |
Returns True |
clsD3TclCommand |
Returns False |
Returns True |