INET_PROTOCOL

Description

Specifies the network protocol that the Informix client software uses to communicate with a remote Informix database server.

Applies to

Syntax

INET_PROTOCOL='network_protocol '

Parameter

Description

network_protocol

A string that specifies the name of the network protocol used by the Informix client software.

For information about the correct network protocol for your site, see your Informix system administrator.

Default

By default, PowerBuilder uses the network protocol specified in the HKEY_LOCAL_MACHINE\SOFTWARE\Informix\SqlHosts registry key.

Examples

Example 1

To specify that Informix client software uses the Novell IPX/SPX network protocol:

Example 2

You can specify values for INET_DBPATH, INET_PROTOCOL, and INET_SERVICE together. To specify that the directory /Informix contains Informix databases, and that you want to connect using the turbo service and the olsoctcp network protocol:

See also