What is Pooling? what is data pooling? what is sql pooling?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sreevathsan
i do agree with answer 2. i add up that using data pooling the connection can be made to close within the time periods which set.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sagar shinde
through pooling we use a same connection or create new
connection.
Is This Answer Correct ? | 3 Yes | 10 No |
Which namespaces are used for data access?
0 Answers SwanSoft Technologies,
What is ado.net tutorial?
What are the Features of a dataset
How to check if the Dataset has records ?
What is variable view?
What are the connected and disconnected modes in ado.net?
ADO and ADO.NET differences ?
What are basic methods of dataadapter?
What is the difference between dataset and datatable?
What is the difference between Datareader and Dataset?
What is the use of adodc?
What are the major difference between classic ADO and ADO.NET?