Skip to content

Latest commit

 

History

History
15 lines (15 loc) · 946 Bytes

multiple-active-statements-and-connections.md

File metadata and controls

15 lines (15 loc) · 946 Bytes
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Multiple Active Statements and Connections
Multiple Active Statements and Connections
David-Engel
davidengel
01/19/2017
sql
connectivity
conceptual
interoperability [ODBC], multiple active statements and connections
multiple active statements and connections [ODBC]

Multiple Active Statements and Connections

Some drivers and DBMSs limit the number of statements and connections that can be active at one time. These numbers can be as small as one. For more information, see the SQL_MAX_CONCURRENT_ACTIVITIES and SQL_MAX_DRIVER_CONNECTIONS options in the SQLGetInfo function description, and Statement Handles and Connection Handles.