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
Which object needs to be closed?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
What are the data access namespaces in .NET?
Define Execute Reader?
How can we serialize the dataset object?
Define ado.net?
How to work with disconnected data - the dataset and sqldataadapter?
What are the Features and disadvantages of dataset
What is executequery?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
How to perform sorting on a table in ADO.NET?
What is an ADO.Net?
What is difference between executequery and executeupdate?
What are good ado.net object to replace to ado recordset object.
What are advantages of microsoft-provided data provider classes in ado.net?