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 an example of ordinal data?
What is ado.net components?
What is the difference between statement and preparedstatement interface?
How to identify the controls which can be used for binding data?
What is ado connection?
What are disadvantages of microsoft-provided data provider classes in ado.net?
Does executenonquery return a value?
Explain executenonquery?
How do you find the count of records in a dataset?
What are the major difference between classic ADO and ADO.NET?
What are the Data providers in ADO.Net?
Why is ADO.NET serialization slower than ADO ?
What is microsoft ado.net?
What is ado.net full form?
Which database is the ado.net sql connection object designed for?