Determines whether the specified DSN driver is Oracle.
Namespace: CleanCode.DataAssembly: CleanCode (in CleanCode.dll) Version: 1.2.3.0 (1.2.03)
Syntax
Parameters
- driver
- Type: System String
The ODBC driver name.
Return Value
true if the specified driver is for an Oracle database; otherwise, false. A null argument also returns false.See Also