有没有用先贴出来:
DLL parameter
Usage
TCP/IP, SPX (Windows 95/98, Windows NT)
Description
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 or server looks for its required functionality in the named DLLs.
Default
in Windows NT, the default is ws2_32.dll (Winsock 2.0).
in Windows 95/98 the default is wsock32.dll (Winsock 1.1).
Example
the following command starts a server using Winsock 1.1:
dbsrv7 -x tcpip(dll=wsock32.dll) asademo