ASA Database Administration Guide
Connection and Communication Parameters
Network communications parameters
TCP/IP, HTTP, HTTPS
String
The MyIP (ME) communication parameter is provided for machines with more than one network adapter.
Each adapter has an IP address. By default, the database server uses the first network card it finds. If you want your database server to use more than one network card, specify the address of each card in the MyIP (ME) communication parameter.
If the keyword NONE is supplied as the IP number, no attempt is made to determine the addressing information. The NONE keyword is intended for clients on machines where this operation is expensive, such as machines with multiple network cards or remote access (RAS) software and a network card. It is not intended for use on the server.
Under Windows 95/98/Me or Windows NT/2000/XP, this option can be used multiple times for machines with multiple IP addresses.
Separate multiple IP addresses with commas. Optionally, you can append a port number to an IP address, separated from the IP number by a colon.
The following command line (entered all on one line) instructs the server to use two network cards, one with a specified port number.
dbsrv9 -x tcpip(MyIP=192.75.209.12:2367,192.75.209.32) "c:\Program Files\Sybase\SQL Anywhere 9\asademo.db"
The following connection string fragment instructs the client to make no attempt to determine addressing information.
LINKS= tcpip(MyIP=NONE)