1
Reply

What is connection polling and How to enable and disable connection pooling?

shanu kumar

shanu kumar

Jun 29, 2012
1k
0

    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.

    Ganesh Prabhu
    January 18, 2018
    0