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
[OpenLink] Driver = /OPENLINK_INSTALL/lib/oplodbc.so Host = localhost:5000 ServerType = Oracle 8.1.x Database = Options = Username = Password = FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample DSN
[progress100sql89] Driver = /OPENLINK_INSTALL/lib/oplodbc.so Host = requestbroker_hostname:5000 ServerType = Progress 100A Database = /dbs/progress/wrk10b/sports2000.db Options = -H hostname -S servicename -N tcp Username = Password = FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample Progress SQL-89 Connection
[progress100sql92] Driver = /OPENLINK_INSTALL/lib/oplodbc.so Host = requestbroker_hostname:5000 ServerType = Progress 100SQL Database = /dbs/progress/wrk10b/sports2000.db Options = -H hostname -S servicename -N tcp Username = sysprogress Password = FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample Progress SQL-92 Connection
NOTE: The "-H hostname -S servicename -N tcp" parameters represent a socket based connection to the database.
Presuming the
Use the iodbctest tool which is packaged with the HTTP-based
#cd OPENLINK_INSTALL #. ./openlink.sh # iodbctest progress100sql92 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 SQL statements directly against the target database.