This guide is intended to enable competent system administrators to install and configure
This guide does not explain any of the non-pertinent features encountered along the way. Such explanations may be found in the full documentation.
#sh install.sh
Open the file <
Locate the section that deals with the location of shared libraries pertaining to your system (LD_LIBRARY_PATH, LIBPATH or SHLIB_PATH) and add to it the location of your
LD_LIBRARY_PATH="<OPENLINK_INSTALL>/lib:/ingres/ingres/lib:$LD_LIBRARY_PATH"
Driver Specific
Open the file <
Locate the [Environment
[Environment Ingres II]
II_SYSTEM = /ingres/
II_DATE_FORMAT = US
ING_SET = set lockmode session where readlock=nolock
CURSOR_SENSITIVITY = LOW ; Set to HIGH after loading oplrvc.sql
Data Souce
Open the file <
Locate and edit the sample Sample Ingres Data Source (database on same machine)
[ingres]
Driver = <OPENLINK_INSTALL>/lib/ingii_mt_lt.so
ServerType = Ingres II
Username = ingres
Password = **********
Database = database
FetchBufferSize = 99
ReadOnly = No
JetFix = No
NoRowSetSizeLimit = No
NoAutoCommit = No
NoLoginBox = No
Description = Sample Ingres II Lite Connection
Sample Ingres Data Source (remote database using vNode)
[ingres]
Driver = <OPENLINK_INSTALL>/lib/ingii_mt_lt.so
ServerType = Ingres II
Username = ingres
Password = **********
Database = vnode::database
FetchBufferSize = 99
ReadOnly = No
JetFix = No
NoRowSetSizeLimit = No
NoAutoCommit = No
NoLoginBox = No
Description = Sample Ingres II Lite Connection
Testing
Use the iodbctest tool which is packaged with the HTTP-based
#cd <OPENLINK_INSTALL>
#. ./openLink.sh
# iodbctest ingres
iODBC Demonstration program
This program shows an interactive SQL processor
Driver Manager: 03.52.0507.0105
Driver: 06.02.1217 OpenLink Generic ODBC Driver (oplodbc.so)
SQL>
You should now be able to issue Additional Information