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
How to connect and retrieve data from database using dataset
What does ado stand for in ado.net?
What is aggregate root?
What is an ADO.Net?
What is the use of sqldatareader class?
What are the data providers used in ado.net
How does entity framework work?
What is ole in vb?
What are the major challenges in accessing data from a database?
What does executereader return?
What are typed and untyped dataset?
What are the main differences between classic ado and ado.net?
Explain ODP.net
What are the advantages of using datalist?
What is basic use of data view?