doc.FAQ.HowCanITellWhatVersionIHave







Users may employ a variety of methods to obtain their product version information. Windows and Mac Single-Tier users should open their ODBC Administrator. The Single-Tier driver version appears on the Drivers tab of this Administrator. Users simple scroll through the Driver list box, locate their driver, and record the version string, which appears to the right of the driver name.

ODBC Data Source Administrator Driver's Tab


{{doc.FAQ.HowCanITellWhatVersionIHaveres/images/ODBCAdmin.jpg|}}

/ /


Unix Single-Tier users should run the odbctest sample application. odbctest will print the driver version information, before it returns a SQL> prompt. Unix Multi-Tier users should also run odbctest to return client driver information.

Odbctest Version Output


{{doc.FAQ.HowCanITellWhatVersionIHaveres/images/9531odbctest.gif|}}

/ /


Multi-Tier Broker and agent executables recognize a -? and a -v flag. Instruct all users to take the following action:


{{doc.FAQ.HowCanITellWhatVersionIHaveres/images/9531brokerversion.gif|}}

/ /


To check your JDBC version, on Windows, open a DOS prompt and on Unix, from the shell, type java openlink.jdbc2.Driver provided you are using the JDK1.2 or JDK1.3version. If you are using JDK1.4, use openlink.jdbc3.Driver

JDBC Version output


{{doc.FAQ.HowCanITellWhatVersionIHaveres/images/JDBCversion.gif|}}

/ /