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 the namespaces being used to access oracle database?
What is serialization and de-serialization in .net? How can we serialize the dataset object?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
Define executenonquery?
Explain how to bind the controls(best practice) comboboxes to the data in the dataset?
What are the uses of Stored Procedure?
How do you merge 2 datasets into the third dataset in a simple manner?
What is difference between connected and disconnected architecture in ado.net?
What is the difference between ado.net and oledb?
What is executequery?
What we do with the object of ado.net dataset after using it?
What is ado.net full form?
What are the types of databinding?
What are the steps you will take to improve performance?
How can we add/remove row's in "datatable" object of "dataset"?