Changes for page Database Compatibility and Comparisons-Informix
Last modified by Pascal Robert on 2007/09/03 20:55
From version 3.1
edited by Pascal Robert
on 2007/09/02 09:18
on 2007/09/02 09:18
Change comment:
There is no comment for this version
To version 6.1
edited by Pascal Robert
on 2007/09/03 20:55
on 2007/09/03 20:55
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 - Programming__WebObjects-Database Compatibility and Comparisons-Informix1 +Database Compatibility and Comparisons-Informix - Content
-
... ... @@ -2,19 +2,21 @@ 2 2 3 3 For those interested your connection string from the client should look like this: 4 4 5 -{{ panel}}5 +{{code}} 6 6 7 7 jdbc:informix-sqli://ip:port/dbname:informixserver=servername;user=username;password=password 8 8 9 -{{/panel}} 10 10 10 +{{/code}} 11 + 11 11 The driver name currently is: 12 12 13 -{{ panel}}14 +{{code}} 14 14 15 15 com.informix.jdbc.IfxDriver 16 16 17 -{{/panel}} 18 18 19 +{{/code}} 20 + 19 19 This is the link that describes in detail the connection string: 20 20 [[http://publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.jdbc.doc/jdbc52.htm]]