what is connection pooling ?

Answer Posted / d. shyamala

When a connection is opened for the first time a connection
pool is created. Connection pooling works only when the
connection string is same. New connection object is not
opened for two connection requests having same connection
string. This is called as connection pooling.

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is csdl entity framework?

626


Explain ODP.net

646


What is the meaning of object pooling?

688


Explain how to pass multiple tables in datasets simultaneously?

597


Describe the disconnected architecture of ADO.NET’s data access model.

637






What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)

656


What is the default Timeout for SqlCommand.CommandTimeout property?

612


What is a datareader object?

679


What is ado asp?

614


how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....

3830


What is the default provider in ado.net?

601


What are the objects of ado.net?

630


How do you update database through dataset?

620


What is difference in record set and dataset?

617


What do you mean by ‘batch updates’?

614