6.2.OpenLink ODBC Driver for Ingres (Express Edition) for Windows

6.2.1.Installation

The OpenLink ODBCDriver for Ingres (Express Edition) is distributed as a Windows MSI installer. Simply double click on the installer 'ntl6eing.msi' to commence the installation:

Figure6.25.EEWininginst01.png

EEWininginst01.png


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

Figure6.26.EEWininginst02.png

EEWininginst02.png


Please read the software license agreement and accept before continuing your installation:

Figure6.27.EEWininginst03.png

EEWininginst03.png


Before installation 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 obtained by selecting the 'try and buy' option, which loads OpenLink's online try and buy web page:

Figure6.28.EEWininginst04.png

EEWininginst04.png


To obtain the trial license, you must be a registered user on the OpenLinkWeb site and login with your username (e-mail address) and password. Click on the 'Shop' link to visit OpenLink's online shop cart to purchase a full license, if required:

Click on the 'download license' button to immediately obtain the license file and save it to your desktop. Alternatively, an auto-generated e-mail will be sent to your registered e-mail address. This email will contain a link to your OpenLinkData Space ( ODS). The OpenLInkData Space ( ODS) contains copies of all trial and full license files in a Briefcase for download at a later date.

Figure6.29.EEWininginst05.png

EEWininginst05.png


Select the license file to be used for the installation:

Figure6.30.EEWininginst06.png

EEWininginst06.png


Choose to perform a custom, typical or complete installation of the driver:

Figure6.31.EEWininginst07.png

EEWininginst07.png


Select the features to be installed:

Figure6.32.EEWininginst08.png

EEWininginst08.png


Click the install button to begin the installation of components:

Figure6.33.EEWininginst09.png

EEWininginst09.png


Installation in progress:

Figure6.34.EEWininginst10.png

EEWininginst10.png


The Software installation is complete and ready for use:

Figure6.35.EEWininginst11.png

EEWininginst11.png


6.2.2.Configuration

To configure an ODBCDSN, run the ODBCAdministrator located in the Administrative Tools section of the Control Panel:

Figure6.36.EEWiningconf01.png

EEWiningconf01.png


Click on the Drivers tab to confirm the OpenLinkIngres ODBCDriver [Express Edition][6.0] has been successfully installed:

Figure6.37.EEWiningconf02.png

EEWiningconf02.png


From either the User or System DSN tabs, click on the Add button and select the OpenLinkIngres ODBCDriver [Express Edition][6.0] from the list :

Figure6.38.EEWiningconf03.png

EEWiningconf03.png


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

Figure6.39.EEWiningconf04.png

EEWiningconf04.png


The Connection tab requests the minimum parameters required to make a connection to the target database:

Figure6.40.EEWiningconf05.png

EEWiningconf05.png


  • Host : This is the fully qualified hostname or IP address of the machine hosting the DBMS you wish to access, e.g., dbms-server.example.com, or 192.168.155.123. Any hostname which will be resolved by your local DNS is acceptable.

  • PortName : This is the port on which Ingres is listening

  • Database : This is the name of the Ingres database to which you want to connect

  • Login ID : This is a valid user name for the Ingres database

  • Password : This is a valid password for the Ingres database

Click next to verify that all settings are correct or uncheck the check box to delay testing to a later stage.

The advanced button displays additional, optional parameters that can be configured:

Figure6.41.EEWiningconf06.png

EEWiningconf06.png


Table6.2.

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 pool connectino: 'off' or 'on.'
AutocommitMode Autocommit cursor handling: 'dbms', 'single', 'multi. (default - 'dbms')
SelectLoops Select loop processing: 'off' or 'on.' (default - 'off')
CursorMode Default cursor concurrency mode, which determines the concurrency of cursors that have no concurrency explicitly assigned. Available options are: 'dbms', 'update', 'readonly.' (default - 'dbms')
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' (default - 'connect').
CharEncode Specifies the character encoding for the 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_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.
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 indicated above, the parameters on the options and preferences tabs are not required for a basic connection.

Figure6.42.EEWiningconf17.png

EEWiningconf17.png


  • Drop Catalog name from DatabaseMetaData calls - Enable this option to have the catalog name not appear for tables, views, and procedures when requesting database meta-data.

  • Drop Schema name from DatabaseMetaData calls - Enable this option to have the schema-name not appear for tables, views, and procedures when requesting database meta-data.

  • Return an empty ResultSet for SQLStatistics - Check this box to have SQLStatistics() return an empty resultset. Use this if the underlying database does not support retrieving statistics about a table, e.g., what indexes there are on it.

  • Disable support of quoted identifier - If it is set, the call SQLGetInfo for 'SQL_IDENTIFIER_QUOTE_CHAR' will return the space (" "). It can be used if the DBMS does not support quoted SQL, e.g., select * from "account."

  • Disable support of search pattern escape - If it is set, the call SQLGetInfo for 'SQL_LIKE_ESCAPE_CLAUSE' will return the space (" "). It can be used if the DBMS does not support SQL escape patterns.

  • Patch of NULL size of SQL_CHAR - If set, this option overrides the size of SQL_CHAR column type returned by the database with the value set in the text box (in bytes). With the default value of 0, the driver uses the size returned by the database.

Figure6.43.EEWiningconf08.png

EEWiningconf08.png


  • Disable Interactive Login - Suppress the ODBC "Username" and "Password" login dialog box when interacting with your ODBC DSN from within an ODBC compliant application.

  • Row Buffer Size - This attribute specifies the number of records to be transported over the network in a single network hop. Values can range from 1 to 99.

  • Max rows override - Allows you to define a limit on the maximum number of rows to be returned from a query. The default value of 0 means no limit.

  • Initial SQL - Lets you specify a file containing SQL statements that will be automatically run against the database upon connection.

  • Dynamic Cursor Sensitivity - Enables or disables the row version cache used with dynamic cursors. When dynamic cursor sensitivity is set high, the Cursor Library calculates checksums for each row in the current rowset and compares these with the checksums (if any) already stored in the row version cache for the same rows when fetched previously. If the checksums differ for a row, the row has been updated since it was last fetched, and the row status flag is set to SQL_ROW_UPDATED. The row version cache is then updated with the latest checksums for the rowset. From the user's point of view, the only visible difference between the two sensitivity settings is that a row status flag can never be set to SQL_ROW_UPDATED, when the cursor sensitivity is low. (The row status is instead displayed as SQL_ROW_SUCCESS.) In all other respects, performance aside, the two settings are the same - deleted rows do not appear in the rowset, updates to the row since the row was last fetched are reflected in the row data, and inserted rows appear in the rowset if their keys fall within the span of the rowset. If your application does not need to detect the row status SQL_ROW_UPDATED, you should leave the 'High Cursor Sensitivity' checkbox unchecked, as performance is improved. The calculation and comparison of checksums for each row fetched carries an overhead. If this option is enabled, the table oplrvc must have been created beforehand using the appropriate OpenLink script for the target database.

  • Enable logging to the log file: - Specifies the full path to a text file. If the associated checkbox is checked, and a file is passed, the driver will log auto-generate a clientside ODBC trace.

Figure6.44.EEWiningconf09.png

EEWiningconf09.png


  • Disable AutoCommit - Change the default commit behaviour of the OpenLink Driver. The default mode is AutoCommit (box unchecked).

  • Disable Rowset Size Limit - Disable the limitation enforced by the cursor library. The limitation is enforced by default to prevent the Driver claiming all available memory in the event that a resultset generated from an erroneous query is very large. The limit is normally never reached.

  • Multiple Active Statements Emulation - Enables use of Multiple Active statements in an ODBC application even if the underlying database does not allow this, as it is emulated in the driver.

  • SQL_DBMS Name - Manually override the SQLGetInfo(SQL_DBMS_NAME) response returned by the driver. This is required for products like Microsoft InfoPath for which the return value must be "SQL Server".

Click on the Test Data Sourcebutton to verify that a successful connection can be made to the database.

Figure6.45.EEWiningconf10.png

EEWiningconf10.png