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 ado full form?
What are the uses of Stored Procedure?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
What is the difference between linq and ado.net?
How will you fill the gridview by using datatable object at runtime?
What is DataRowCollection?
What is partial class?
What is ado.net in vb net?
Do we use stored procedure in ADO.Net?
What are all components of ADO.Net data provider?
What is difference between connected and disconnected architecture in ado.net?
What is difference between executequery and executeupdate?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is the difference between data grid and data repeater?
What is the return type of executescalar?