shanu kumar
What is connection polling and How to enable and disable connection pooling?
By shanu kumar in ADO.NET on Jun 29 2012
  • Ganesh Prabhu
    Jan, 2018 18

    Connection pooling is a technique to reuses current active connections with the same connection string instead of creating separate new connections when a request is made to the database. Use "Pooling=true;" in connection string to enable the pooling with SQLSever datasource.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS