www.openlinksw.com
docs.openlinksw.com

Book Home

Contents
Preface

OpenLink ODBC Driver for Ingres (Express Edition)

OpenLink ODBC Driver for Ingres (Express Edition) for Mac OS X
Installation Guide Configuration
OpenLink ODBC Driver for Ingres (Express Edition) for Windows

6.1. OpenLink ODBC Driver for Ingres (Express Edition) for Mac OS X

6.1.1. Installation Guide

The OpenLink ODBC Driver for Ingres (Express Edition) is distributed as a Disk image (DMG) file. Simply double click on the disk image 'mul6eing.dmg' to extract the installer mpkg file:

Figure: 6.1.1.1.

Double click on the mpkg file to run the installer and following the on screen instriuction as indicated below to complete the installation:

Figure: 6.1.1.2.

Installer Welcome Dialog for the OpenLink ODBC Driver for Ingres (Express Edition):

Figure: 6.1.1.3.

Please review the readme file for installation requirements and known issues:

Figure: 6.1.1.4.

Please read the software license agreement before continuing your installation:

Figure: 6.1.1.5.

Select destination volume for driver installation:

Figure: 6.1.1.6.

Choose to perform a custome or default installation of the driver:

Figure: 6.1.1.7.

If you chose the custom option select which of the components below are to be installed:

Figure: 6.1.1.8.

The Software must be installed as a user with Administrative privileges on the machine:

Figure: 6.1.1.9.

After the driver has been installed you will be prompted for a license file. If a license file already exists on the machine then select the 'use exisiting file' option. A trial (try) or full (buy) license can be obtain by selecting the 'try and buy' option which loads our online try and buy web page:

Figure: 6.1.1.10.

To obtain the trial license you must be a registered user on the OpenLink Web site and login with the username (e-mail address) and password for that user. Click on the 'Shop' link to visit our online shop cart to purchases a full license if required:

Figure: 6.1.1.11.

Click on the 'download license' button to obtain the license file immediately and save to your desktop. Alternatively an auto e-mail will be sent to the registered users e-mail address with a link to their OpenLink Data Space (ODS) where all trial and full license files will be stored in the Briefcase for download at a later date.

Figure: 6.1.1.12.

Select the license file to be used for the installation:

Figure: 6.1.1.13.

Installation is complete:

Figure: 6.1.1.14.

6.1.2. Configuration

To configure an ODBC DSN, run the OpenLink iODBC Administrator located in the /Applications/iODBC folder:

Figure: 6.1.2.1.

Click on the add button to Choose the ODBC Driver the DSN should be created for:

Figure: 6.1.2.2.

Choose the OpenLink Ingres Driver (Express Edition) v6.0 from the list of available drivers:

Figure: 6.1.2.3.

In the Data Source tab, select a suitable DSN name and optional description for the Data Source to be created:

Figure: 6.1.2.4.

The Connection Tab requests the minimum paramters required to make a connection to the target database:

Figure: 6.1.2.5.
Table: 6.1.2.6.
RoleName Role used in DBMS.
GroupName Group used in DBMS.
DbmsUser User ID for the DBMS session (-u flag).
DbmsPassword User's DBMS password.
ConnectionPool Use pooled connection: 'off' or 'on'.
AutocommitMode Autocommit cursor handling: 'dbms', 'single', 'multi'.
SelectLoops Select loop processing: 'off' or 'on'.
CursorMode Default cursor concurrency mode, which determines the concurrency of cursors that have no concurrency explicitly assigned. Available options are: 'dbms', 'update', 'readonly'.
VnodeUsage Allows the JDBC application to control the portions of the vnode information that are used to establish the connection to the remote DBMS server. Available options are: 'connect', 'login'
CharEncode Specifies the Java character encoding used for conversions between Unicode and character data types. Generally, the character encoding is determined automatically by the driver from the DAS installation character set. This property allows an alternate character encoding to be specified (if desired) or a valid character encoding to be used when the driver is unable to map the server's character set.
TimeZone Specifies the Ingres timezone associated with the client's location. Corresponds to the Ingres environment variable II_TIMEZONE_NAME and is assigned the same values. This property is not used directly by the driver but is sent to the DBMS and affects the processing of dates.
DecimalChar Specifies the character to be used as the decimal point in numeric literals. Corresponds to the Ingres environment variable II_DECIMAL and is assigned the same values. This property is not used directly by the driver but is sent to the DBMS and affects the processing of query text.
DateFormat Specifies the Ingres format for date literals. Corresponds to the Ingres environment variable II_DATE_FORMAT and is assigned the same values. This property is not used directly by the driver, but is sent to the DBMS and affects the processing of query text.
MoneyFormat Specifies the Ingres format for money literals. Corresponds to the Ingres environment variable II_MONEY_FORMAT and is assigned the same values. This property is not used directly by the driver but is sent to the DBMS and affects the processing of query text.
MoneyPrecision Specifies the precision of money data values. Corresponds to the Ingres environment variable II_MONEY_PREC and is assigned the same values. This property is not used directly by the driver but is sent to the DBMS and affects the processing of money values.

As indiacted above the paramters of the options and preferences tabs are not required for a basic connection:

Figure: 6.1.2.7.
Figure: 6.1.2.8.

Click on the 'Test Data Source' button to make a connection to the database to verify connectivity:

Figure: 6.1.2.9.

Enter a vaild username and pasword for the database:

Figure: 6.1.2.10.

A successful connection to the database has been made:

Figure: 6.1.2.11.