|
IDL DataMiner Guide: Using the IDL DataMiner |
|
The ODBC system is not available on all systems. Use the DB_EXISTS function to determine if a database is available and licensed on your system. To check whether ODBC is available on your system, enter the following at the IDL prompt:
status = DB_EXISTS()
If IDL DataMiner and ODBC drivers are installed on your system and the DataMiner option is properly licensed, the DB_EXISTS function returns 1; otherwise the function returns 0.
IDL Online Help (March 06, 2007)