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

How do you specify a custom attribute for the entire assembly (rather than for a class)?

0 Answers  


What is dictionary collection in c#?

0 Answers  


Why use a singleton instead of static methods?

0 Answers  


What is a method c#?

0 Answers  


How big is a 64 bit integer?

0 Answers  






Can we maintain state in webservice?

0 Answers  


Is c sharp and c# are same?

0 Answers  


What is strongly typed view?

0 Answers  


Is c# dictionary a hash table?

0 Answers  


Explain the 3 types of properties in c# with an example?

0 Answers  


What is literal control

0 Answers  


What is data dictionary in c#?

0 Answers  


Categories