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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *