INF: Number of Connections for SQL Server 6.5 Win16 ClientsID: Q150909
|
When you use 16-bit Windows client tools, such as ISQL/W, with the DB-
Library from SQL Server version 6.5 to connect to SQL Server 6.0 or SQL
Server 6.5, you might not be able to make as many simultaneous connections
to SQL Server as you would have if you used the the SQL Server version 6.0
version of the DB-Library. The DB-Library involved is either W3DBLIB.DLL or
MSDBLIB3.DLL.
The network library used is irrelevant.
The number of connections is affected by the Network Packet Size
configuration value of SQL Server. The smaller the Network Packet Size
(minimum 512 bytes), the more simultaneous connections you can make from
the same DB-Library client, because the larger the network packet size, the
more system resources are used on the Windows 3.x client.
When the Windows 3.1x client runs out of system resources, you will get the
following message:
Msg. No.: 10000 Severity: 8 State: 0
Error: Unable to allocate sufficient memory
OS Error: 12 Unable to allocate sufficient memory
Starting with version 6.5, the 16-bit Windows DB-Library will use the
network packet size configuration specified on the server side under the
following conditions:
Additional query words: limitation TDS
Keywords : kbinterop kbusage SSrvDB_Lib SSrvISQL SSrvProg
Version : 6.0 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: March 25, 1999