Specifying the server name

When you specify the server name value, you must use the following format to connect to the database through the Informix interfaces:

host_name@server_name

Parameter

Description

host_name

The name of the host computer running the Informix database server. This corresponds to the Informix HOSTNAME environment variable.

server_name

The name of the server containing the Informix database. This corresponds to the Informix SERVER environment variable.

For example, to use a PowerBuilder native interface to connect to an Informix database server named server01 running on a host machine named sales, do either of the following: