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