How can you configure the size of the connection pool in ADO.NET?
- By adjusting system registry settings, By modifying the database configuration, By increasing the number of available ports, By setting the "Max Pool Size" property in the connection string
- By adjusting system registry settings, By modifying the database configuration, By increasing the number of available ports, By setting the "Min Pool Size" property in the connection string
- By setting the "Max Pool Size" property in the connection string, By adjusting system registry settings, By modifying the database configuration, By increasing the number of available ports
- By setting the "Min Pool Size" property in the connection string, By adjusting system registry settings, By modifying the database configuration, By increasing the number of available ports
The size of the connection pool in ADO.NET can be configured by setting the "Max Pool Size" property in the connection string, specifying the maximum number of connections allowed in the pool.
Loading...
Related Quiz
- ADO.NET Datasets allow you to work with data in a ___________ manner.
- The Rollback method in ADO.NET is used to ___________ a transaction.
- In LINQ to DataSet, what is the purpose of the join clause?
- In Entity Framework, what is the role of the DbContext class?
- What is the primary purpose of a DataTable in ADO.NET?