Wiki source code of Programming__WebObjects-Database Compatibility and Comparisons-Informix
Version 5.1 by smmccraw on 2007/07/08 10:29
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | == Calven Eggert == | ||
2 | |||
3 | For those | ||
4 | interested your connection string from the client should look like this: | ||
5 | |||
6 | {{panel}} | ||
7 | |||
8 | jdbc:informix-sqli://ip:port/dbname:informixserver=servername;user=username;password=password | ||
9 | |||
10 | {{/panel}} | ||
11 | |||
12 | The driver name currently is: | ||
13 | |||
14 | {{panel}} | ||
15 | |||
16 | |||
17 | com.informix.jdbc.IfxDriver | ||
18 | |||
19 | {{/panel}} | ||
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 |