What is a pre-requisite for connection pooling?

Answers were Sorted based on User's Feedback



What is a pre-requisite for connection pooling?..

Answer / js_m

For connection pooling all users must employ the same
database connection string including the same database user
id/pwd.

Is This Answer Correct ?    9 Yes 0 No

What is a pre-requisite for connection pooling?..

Answer / azaruddin

Multiple processes must agree that they will share the same connection, where every parameter is the same, including the security settings.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Explain polymorphism in c# with a simple example?

0 Answers  


Can we change static variable value in c#?

0 Answers  


What are async and await?

0 Answers  


What is view model in c#?

0 Answers  


Explain the term inheritance in C#.

0 Answers   Deloitte, JPMorgan Chase,






Explain how can I get around scope problems in a try/catch?

0 Answers  


Will finally block get executed if the 1exception had not occurred?

3 Answers  


What are the Different kinds of methods?

4 Answers   Wipro,


which datatype i have to use we i need dynamic size.for eg. empname .in first row it have only five chars.but next row it have 100 chars.

3 Answers  


What are the main reasons to use c# language?

0 Answers  


What are the commonly used i/o classes?

0 Answers  


Can you create sealed abstract class in c#?

0 Answers  


Categories