What is Pooling? what is data pooling? what is sql pooling?

Answers were Sorted based on User's Feedback



What is Pooling? what is data pooling? what is sql pooling?..

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

What is Pooling? what is data pooling? what is sql pooling?..

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

What is Pooling? what is data pooling? what is sql pooling?..

Answer / sagar shinde

through pooling we use a same connection or create new
connection.

Is This Answer Correct ?    3 Yes 10 No

Post New Answer

More ADO.NET Interview Questions

What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?

0 Answers  


Can I use One Data Set for More than one Data Adapter?

6 Answers  


Whate are different types of Commands available with DataAdapter ?

2 Answers  


What are relation objects in dataset and how & where to use them?

1 Answers  


describe the dataset object in ado.net.

0 Answers  


What is a serialized object?

0 Answers  


Explain the difference between data reader and data set?

0 Answers  


What is difference between sqldatareader and sqldataadapter?

0 Answers  


What is isolation?

0 Answers  


What are the advantages of oledb compared with other classes?

0 Answers  


Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?

0 Answers  


What are disadvantages of microsoft-provided data provider classes in ado.net?

0 Answers  


Categories