What is a pre-requisite for connection pooling?



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

Answer / madduri

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 ?    2 Yes 0 No

Post New Answer

More C Sharp Interview Questions

I want to print "Hello" even before main() is executed. How will you achieve that?

0 Answers   DELL,


What is system predicate?

0 Answers  


Why are there five tracing levels in System.Diagnostics.TraceSwitcher?

1 Answers  


What are cookies in c#?

0 Answers  


Are arrays value types or reference types?

0 Answers  






Is string value type c#?

0 Answers  


c# code for how to merge two sorted arrays Input : A = 2,5,8,4 B = 3,9,10,5 Output : 2,3,4,5,5,8,9,10

3 Answers  


What is difference between dictionary and hashtable in c#?

0 Answers  


What is the use of GC.KeepAlive Method?

0 Answers   HCL,


Does c# support parameterized properties?

0 Answers  


Can you inherit multiple interfaces?

3 Answers  


Explain the security with aop?

0 Answers  


Categories