There are two ways to obtain version information about IBM Informix JDBC Driver: from your Java program or from the UNIX or MS-DOS command prompt.
import com.informix.jdbc.*;
An example of a version of IBM Informix JDBC Driver is 2.00.JC1.
The IfxDriver.getJDBCVersion() method returns only the version, not the serial number you provided during installation of the driver.
To get the version of IBM Informix JDBC Driver from the command line, enter the following command at the UNIX shell prompt or the Windows command prompt:
java com.informix.jdbc.Version
The command also returns the serial number you provided when you installed the driver.
Home | [ Top of Page | Previous Page | Next Page | Contents | Index ]