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
What is a sqldataadapter?
What is difference between executequery and executeupdate?
Define bubbled event?
describe the dataset object in ado.net.
Is entity framework better than ado.net?
What are the major challenges in accessing data from a database?
Is datareader faster than datatable?
What is data access pattern?
What does executereader return?
Give an example of a .net application which connects to microsoft access database using ado.net classes.
What is the role of clr?
How to Read, Add, Update and Delete record in Entity Framework ?
What are all components of ADO.Net data provider?
What is disconnected scenario in entity framework?
What is dbcontext and dbset in entity framework?