Collection Contents Index DatabaseName protocol option [DBN] Next PDF

SQL Anywhere® Server - Database Administration  > Connection Parameters and Network Protocol Options  > Network protocol options

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)"

Collection Contents Index DatabaseName protocol option [DBN] Next PDF