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 csdl entity framework?
Explain ODP.net
What is the meaning of object pooling?
Explain how to pass multiple tables in datasets simultaneously?
Describe the disconnected architecture of ADO.NET’s data access model.
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?)
What is the default Timeout for SqlCommand.CommandTimeout property?
What is a datareader object?
What is ado asp?
how to create a quiz software using 4 options to answer and how to check with answers in the database and award marks....
What is the default provider in ado.net?
What are the objects of ado.net?
How do you update database through dataset?
What is difference in record set and dataset?
What do you mean by ‘batch updates’?