PRB: SqlMaxProcs% Documentation IncorrectLast reviewed: April 28, 1997Article ID: Q99677 |
The information in this article applies to:
- Microsoft SQL Server Programmer's Toolkit, version 4.2 The SqlMaxProcs% documentation on page 165 of the "Programmer's Reference for Visual Basic" is incorrect. This function does not exist, and the description and Syntax sections incorrectly state:
The SqlMaxProcs% function determines the current maximum number of simultaneously open sqlconn% connections. Syntax: SqlMaxProcs% (maxprocs%) where maxprocs% Sets the new limit on the number of sqlconn% connections that can be open simultaneously.The correct function name is SqlGetMaxProcs%. The SqlGetMaxProcs% documentation should be as follows:
The SqlGetMaxProcs% function determines the current maximum number of simultaneously open sqlconn% connections. Syntax: SqlMaxProcs% () |
Additional query words: SqlMaxProcs SqlGetMaxProcs dblib
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |