What is Pooling? what is data pooling? what is sql pooling?
Answer Posted / niti
Pooling enables an application to use a connection from a
pool of connections that do not need to be reestablished
for each use. Once a connection has been created and placed
in a pool, an application can reuse that connection without
performing the complete connection process.
Data pooling: A centralized database where all resources
are located, where all application can use it in a
standardized manner.
| Is This Answer Correct ? | 26 Yes | 2 No |
Post New Answer View All Answers
Explain sqlconnection object?
Can you explain how to enable and disable connection pooling?
What is fill method in ado.net?
Which ado.net object is very fast in getting data from the database?
What is the DataTableCollection?
What are all the different authentication techniques used to connect to MS SQL Server?
Give an example that shows how to execute a stored procedure in ado.net?
What does executenonquery () method return?
What is the current version of entity framework?
What connected data?
How to create dynamic gridview?
What are the important features of ado.net 2.0?
What provider ado.net use by default? Explain the role of data provider in ado.net?
What is data reader in ado.net?
What is the use of sqldatareader class?