what is meant by connection pooling and event pumbling in
ado.net
Answer Posted / sandyni
when a connection opened first time the connection pooling
is created , and is based on the exact match connection
string given to the connection object.
It works only the connection string is same.otherwise it
will open a new connection. Hence connection pooling
maintains all these coneections to made the retreive of
data effectively and fastly.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a sqldataadapter?
Define different execute methods of ADO.NET command object ?
In how many ways we can retrieve table records count? How to find the count of records in a dataset?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference between linq and ado.net?
What is the difference in an abstract class and an interface?
What is difference between datagridview and datagrid control in winforms?
What is command class in ado.net?
What is a dynaset in access?
What does ado stand for?
What are the parameters that control most of connection pooling behaviors?
What is dataset and datatable in ado.net?
Which is faster sqldataadapter and sqldatareader?
What is DataReader Object?
What two types of data providers does ADO.NET supply? What determines which one you should use?