What are the ado.net connection pooling parameters?



What are the ado.net connection pooling parameters?..

Answer / Mani Gupta

"ADO.NET provides connection string properties for enabling connection pooling, such as MaxPoolSize (maximum number of connections in the pool), MinPoolSize (minimum number of connections in the pool), and Connection Timeout (the maximum time to wait for a connection from the pool)."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

What is the difference between oledb sql server and oledbdotnet provider?

1 Answers  


What is DataRowCollection?

1 Answers  


What is the DataTableCollection?

1 Answers  


If i am expecting a single result from sqlserverdatabase then what command should i follow ?sqlcommand.executereader (commandbehaviour.singleresult)or sqlcommand.executescalar()

4 Answers  


what is the syntax code to oledb to connect oracle

6 Answers   IBM,


How do you implement locking concept for dataset?

1 Answers  


Define bubbled event?

1 Answers  


WHAT Are the major major compnents of a data provider in ADO.net.

14 Answers   Infosys, Wipro,


What is aggregating data ?

1 Answers  


What are the advantage of ado.net?

1 Answers  


What?s the role of the DataReader class in ADO.NET connections?

7 Answers   Honeywell, Ksb,


What are good ado.net object to replace to ado recordset object.

1 Answers  


Categories