Open lacivert opened 5 years ago
Informix jdbc url is like this;
jdbc:informix-sqli://hostname:portnum/database_name:INFORMIXSERVER=servername
hostname
database_name
servername
Let's say; IP address (hostname) of the informix server is 172.10.20.30 database_name is myDb and informix servername is part_1;
jdbc url looks like this:
jdbc:informix-sqli://172.10.20.30:1504/myDb:INFORMIXSERVER=part_1
How to put these three params into the options?
Informix jdbc url is like this;
jdbc:informix-sqli://
hostname
:portnum/database_name
:INFORMIXSERVER=servername
Let's say; IP address (
hostname
) of the informix server is 172.10.20.30database_name
is myDb and informixservername
is part_1;jdbc url looks like this:
jdbc:informix-sqli://172.10.20.30:1504/myDb:INFORMIXSERVER=part_1
How to put these three params into the options?