Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Database Administration » Connection Parameters and Network Protocol Options » Network protocol options

DatabaseName protocol option [DBN] Next Page

DLL protocol option


Specifies the DLL version that the client should use.

Usage

TCP/IP, SPX (Windows XP/200x) client side only.

Values

String

Default

For clients on Windows XP/200x, the default is ws2_32.dll (Winsock 2.2).

Remarks

This option is used to support untested TCP/IP protocol stacks where the required networking interface functions are in DLLs that differ from the default protocol stack. The client looks for its required functionality in the named DLLs.

For clients on Windows CE, the only supported version is wsock32.dll (Winsock 1.1).

Example

The following command on Windows XP uses Winsock 2.2:

dbping -c "ENG=my-eng;LINKS=tcpip(DLL=ws2_32.dll)"