Adeptia provides JDBC drivers to connect to any database. This topic is related to how to connect to Informix.
Driver jar file >> ifxjdbc.jar
- In the DB Driver screen, enter the following in the Driver Class field after you have uploaded the jar file:
com.informix.jdbc.IfxDriver
Note: The information in this field is case-sensitive.
- Now create a Db Info object:
- Enter this format in the JDBC URL field>> jdbc:informix-sqli://XX.XX.XX.XX:1525/test:informixserver=varname
- Where XX.XX.XX.XX is the IP Address of the physical Informix server.
Where 1525 is the port number for the data source connection.
Where test is the Informix database name.
Where varname is the informixserver variable defined on the Informix database server machine.
Note: The information in this field is case-sensitive. - Enter a valid username and password in the Username and Password fields.
- Where the username and password are defined as user account information on the database server.
- Click submit to apply the changes to the data source. Also test the connection to verify.
Comments
0 comments
Article is closed for comments.