WebObjects/Database Compatibility and Comparisons/Informix

      Calven Eggert

      For those interested your connection string from the client should look like this:

       jdbc:informix-sqli://ip:port/dbname:informixserver=servername;user=username;password=password
      

      The driver name currently is:

       com.informix.jdbc.IfxDriver
      

      This is the link that describes in detail the connection string: http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.jdbc.doc/jdbc52.htm

      Last modified on 11 May 2009, at 21:14