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


Please Help Members By Posting Answers For Below Questions

What providers does Ado.net uses?

766


Explain ODP.net

769


What is the meaning of executenonquery?

719


What is the significance of CommandBehavior.CloseConnection ?

841


What is ambient transaction?

688


Define Execute Scalar?

758


What are basic methods of dataadapter?

716


What is difference between datatable and dataset?

740


differences between ADO and ADO.NET

804


Do we use stored procedure in ADO.Net?

756


What is the difference between dataset and datatable?

725


Explain why canot we use multiple inheritance and garbage collector paralelly in .net?

795


What is Dataset Object?

765


What is ado control?

710


What is the difference in an abstract class and an interface?

729