Connectionstring questions

E

Erik Cruz

Hi.

From what I have read about connection pooling, different connections are
stored in different pools. If the same application uses two different
connections like these:

data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=100
data source=localhost;initial catalog=pubs;integrated security=sspi;max pool
size=50

Will I have two pools?

TIA,
Erik Cruz
 
V

Val Mazur

Hi Erik,

Yes, connection string have to be exactly the same to be placed into same
pool
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top