What is Connection Pooling ?
Interview question and answer by:
Chvrsri | Posted on: 10/28/2010 | Category:
ADO.NET Interview questions | Views: 1726 | |
Points: 40
Answer:
Connection Pooling will make a single connection instance, which allows that instance to connect to all the databases. Advantage is that it does not open and close the connection object multiple times.
Source: My Own |
Asked In: Many Interviews
|
Alert Moderator
Found interesting? Add this to: