Skip to content

How to set server ip address? #64

@lacivert

Description

@lacivert

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions