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 the role of data provider in ado.net?

1 Answers  


What are three methods for displaying data in a syncfusion datagrid

1 Answers  


What is the difference between statement and preparedstatement interface?

1 Answers  


What do you mean by performing asynchronous operation using command object?

1 Answers  


What is ole used for?

1 Answers  


Explain the ADO . Net Architecture ?

3 Answers  


What is data relation in ado.net?

1 Answers  


Can datareader hold data from multiple tables?

1 Answers  


What is executenonquery ado.net?

1 Answers  


Explain how to bind the controls(best practice) comboboxes to the data in the dataset?

1 Answers  


Which provider is used to connect ms access, oracle, etc…?

1 Answers  


Difference between datareader and dataset?

26 Answers   Microsoft, Noel Infotech, Satyam, Value Labs,


Categories