Wiki source code of Programming__WebObjects-Database Compatibility and Comparisons-Informix
Version 5.1 by smmccraw on 2007/07/08 10:29
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
4.1 | 1 | == Calven Eggert == |
![]() |
2.1 | 2 | |
![]() |
4.1 | 3 | For those |
4 | interested your connection string from the client should look like this: | ||
![]() |
2.1 | 5 | |
6 | {{panel}} | ||
7 | |||
![]() |
4.1 | 8 | jdbc:informix-sqli://ip:port/dbname:informixserver=servername;user=username;password=password |
![]() |
2.1 | 9 | |
10 | {{/panel}} | ||
11 | |||
12 | The driver name currently is: | ||
13 | |||
14 | {{panel}} | ||
15 | |||
![]() |
4.1 | 16 | |
17 | com.informix.jdbc.IfxDriver | ||
![]() |
2.1 | 18 | |
19 | {{/panel}} | ||
20 | |||
21 | This is the link that describes in detail the connection string: | ||
![]() |
4.1 | 22 | http:~/~/publib.boulder.ibm.com/infocenter/idshelp/v10/index.jsp?topic=/com.ibm.jdbc.doc/jdbc52.htm |