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
[sqlserver2000] Driver = /OPENLINK_INSTALL/lib/oplodbc.so Host = requestbroker_hostname:5000 ServerType = SQLServer 2000 Database = test Options = -H sqlserver_hostname -P 1433 Username = sa Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample SQL Server 2000 Connection
[sqlserver2005] Driver = /OPENLINK_INSTALL/lib/oplodbc.so Host = requestbroker_hostname:5000 ServerType = SQLServer 2005 Database = test Options = -H sqlserver_hostname -P 1433 Username = sa Password = ********** FetchBufferSize = 99 ReadOnly = no DeferLongFetch = no JetFix = no Description = Sample SQL Server 2000 Connection
Presuming the
Use the iodbctest tool which is packaged with the HTTP-based
#cd OPENLINK_INSTALL #. ./openlink.sh # iodbctest sqlserver2000 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.