What is Data pooling ?
Brijesh Jalan
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.