nukedzn / node-informix

A node.js native client for IBM Informix
18 stars 10 forks source link

How to set server ip address? #64

Open lacivert opened 5 years ago

lacivert commented 5 years ago

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.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?