This TechNote describes how to configure Macromedia ColdFusion MX Server configuration to use the IBM Informix JDBC driver to connect to Informix 7.3 or 9 databases.
- Download and install the Informix JDBC driver from the IBM website.
- Enter the following in the JDBC URL field:
jdbc:informix-sqli://10.1.123.23:1525/test:informixserver=qa_tcp
Where 10.1.123.23 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 qa_tcp is the informixserver variable defined on the Informix database server machine.
Note: The information in this field is case-sensitive.
Keywords:
tn_19171

