Brijesh Jalan
What is Data pooling ?
By Brijesh Jalan in ADO.NET on Jul 15 2010
  • Bharathi Raja
    Jan, 2018 28

    Basically as long as the connection string is the same (including case), connections will be taken from the same connection pool.

    • 0
  • Sriram D
    Jul, 2010 19

    DataPooling is a concept of maintaining of the Database Connection in a pool for some time if created . So if there is any need to connect to database take the particular connection from the database pool & connect to it & do the necessary operations.

    it reduces the creation of connection all the time.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS