Installation & Configuration of the Single-Tier "Lite" Edition ADO.NET Provider for ODBC Data Sources, for Windows

Review Preinstallation Documentation: OpenLink .NET Data Provider for ODBC Pre-Installation Requirements

Installation

  1. The OpenLink .NET Data Provider for ODBC is distributed as a Windows MSI installer. Double-click the installer (e.g., ntl6nodb.msi) to commence the installation:





  2. This is the Welcome dialog for the OpenLink .NET Data Provider for ODBC:





  3. Please read the Software License Agreement and accept before continuing your installation:





  4. Before installation, you will be prompted for a license file. If a license file already exists on the machine, then select the 'use existing file' option. A trial (try) or full (buy) license can be obtained by selecting the 'try and buy' option, which loads our online try and buy web page.





  5. Choose to perform a custom, typical, or complete installation of the provider:





  6. You can use this dialog to choose the default installation directory, if you chose the custom installation option:





  7. You can choose which options to install, if you chose the custom installation option:





  8. Click the install button to begin the installation:





  9. The installation is complete. Click the Finish button.





  10. You may be asked to restart your machine. This will likely occur, if you have a pre-existing OpenLink License Manager running.





  11. Simply download the .dll and place it in the folder from which your .NET application runs.


Configuration

No additional configuration is involved, if you installed the DLL to a standard location.

The directory containing the DLL must either be the same as that from which the .NET application runs, or the directory's path must be included in the active Global Assembly Cache environment variable setting.

A valid connect string might look like this --

DSN=Oracle 10 on AIX52;UID=scott;PWD=tiger

Next...