Overview | ODBC Datasources | Registering the Omnidex Driver| Sample C# Program | Sample PHP Program
The Omnidex ODBC Driver is typically registered during the Omnidex installation process. However, if the installation process is unable to register the Omnidex ODBC driver, DISC provides a command line utility, odbcreg, to register the driver.
To register the Omnidex ODBC driver, run the odbcreg program with the Installation option (-i) and specify a quoted string containg the Omnidex installation directory along with the bin directory as follows:
cmd> odbcreg -i "c:\program files\Omnidex 5.1\bin"
The Omnidex ODBC Driver registration information is stored in the Windows System Registry. This information can be viewed using the Verify option of the odbcreg program as follows:
cmd> odbcreg -v
Here is an example of the output:
C:\windows\system32>odbcreg -v [DISC OMNIDEX OdxNet Driver] UsageCount = 1 Driver = c:\Program Files (x86)\Omnidex 5.1\bin\odxodbc.dll Setup = c:\Program Files (x86)\Omnidex 5.1\bin\odxodbc.dll DateInstalled = 08/25/10 17:48:22 VersionInstalled = 5.01.01F Production Vendor = Dynamic Information System Corporation WebPage = www.disc.com C:\windows\system32>