Wiki source code of Database Compatibility and Comparisons-Informix
Last modified by Pascal Robert on 2007/09/03 20:55
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
6.1 | 1 | == Calven Eggert == |
![]() |
2.1 | 2 | |
![]() |
6.1 | 3 | For those interested your connection string from the client should look like this: |
![]() |
2.1 | 4 | |
![]() |
6.1 | 5 | {{code}} |
![]() |
2.1 | 6 | |
![]() |
6.1 | 7 | jdbc:informix-sqli://ip:port/dbname:informixserver=servername;user=username;password=password |
![]() |
2.1 | 8 | |
9 | |||
![]() |
6.1 | 10 | {{/code}} |
11 | |||
![]() |
2.1 | 12 | The driver name currently is: |
13 | |||
![]() |
6.1 | 14 | {{code}} |
![]() |
2.1 | 15 | |
![]() |
6.1 | 16 | com.informix.jdbc.IfxDriver |
![]() |
2.1 | 17 | |
18 | |||
![]() |
6.1 | 19 | {{/code}} |
20 | |||
![]() |
2.1 | 21 | This is the link that describes in detail the connection string: |
![]() |
7.1 | 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"]] |