INF: Connecting to SQL Server from TCP/IP Sockets ClientsLast reviewed: April 3, 1997Article ID: Q107647 |
The information in this article applies to:
- Microsoft SQL Server, version 4.2
SUMMARYMicrosoft SQL Server version 4.2 supports SQL Server network clients that connect using TCP/IP sockets. Examples of these are Sun, Macintosh, and Windows clients using TCP/IP. In these cases, the appropriate Sybase TCP/IP Network Library (Net-Library) for the specific version of TCP/IP sockets in use must be obtained from Sybase. Microsoft SQL Server version 4.21 ships with Windows Sockets client Net- Libraries. The Windows Sockets Net-Library for Windows is supported on Windows for Workgroups version 3.11 with Microsoft TCP/IP for Windows for Workgroups version 1.0, and the Windows 3.1 subsystem (WOW) of Windows NT version 3.1 and Windows NT Advanced Server version 3.1. The Windows Sockets Net-Library for Windows NT is supported on Windows NT version 3.1 and Windows NT Advanced Server version 3.1. The Microsoft TCP/IP socket Net-Library for MS-DOS is supported for MS-DOS- based applications running on Windows for Workgroups 3.11 with Microsoft TCP/IP for Windows for Workgroups version 1.0, but is not compatible with the MS-DOS environment of Windows NT. The Windows Sockets Net-Libraries have been extensively tested on the supported platforms for connecting to Microsoft SQL Server. Support for other TCP/IP protocols that support Windows Sockets is planned for future releases. Using these Net-Libraries with other TCP/IP protocols or to connect to other than Microsoft SQL Server has not been extensively tested, and their use in these ways is not guaranteed. Using named pipes as the IPC (Interprocess Communications) method on top of Microsoft TCP/IP is preferred, because features such as integrated security and adjustable packet size are available only with named pipes. See the SQL Server for Windows NT 4.21 README.TXT file for more information.
MORE INFORMATION
Instructions for Server-side Setup:
ARTICLE-ID: Q105794 TITLE : "Dropping Connections from Sybase TCP/IP Socket Clients"To edit the TCP/IP "keep alive" setting:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters For more information on the Windows NT network configuration issues such as TCP/IP, see your Windows NT documentation.
Instructions for Client-side Setup:For clients using non-Microsoft versions of TCP/IP, you must generally obtain the correct Sybase sockets Net-Library for your version of TCP/IP sockets from Sybase. Install this according to the platform-specific instructions that come with the Sybase Net-Library for your particular system. The Microsoft SQL client utilities, such as SQL Administrator, SQL Object Manager, and ISQL/W, are only supported for use with Microsoft SQL Server. Network clients using Microsoft TCP/IP can use the named pipes Net-Library which ships with Microsoft SQL Server, since Microsoft TCP/IP supports named pipes. Non-Microsoft versions of TCP/IP will require a Sybase sockets Net-Library. Microsoft SQL Server version 4.21 ships with client sockets Net-Libraries for MS-DOS, Windows for Workgroups version 3.11, and Windows NT clients. These are supported only for Microsoft TCP/IP and only for connecting to Microsoft SQL Server.
For Clients Using Microsoft TCP/IP:
|
Additional query words: 4.20 Windows NT connectivity
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |