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