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
How is entity framework different from ado.net?
What is ado.net full form?
What does adodb stand for?
Describe ado.net object model in detail.
What are the uses of Stored Procedure?
What is the executescalar method?
Explain how can we load multiple tables in to dataset?
What is ole in vb?
What are dcl commands?
Does sqlclient and oledb class share the same functionality?
What is Data Provider?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
How do you update a dataset in ado.net?
What are all the different authentication techniques used to connect to MS SQL Server?
What is the advantage of ado.net?