Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ADO Connection Pooling - How to create pool of connections

Status
Not open for further replies.

BG12424

Programmer
Jun 4, 2002
717
US
I understand that when using the OLEDB provider, connection pooling is implemented automatically, so when closing a database connection, that connection is actually freed up in the pool instead of closed.

I would like to create a limited number of connections in the pool due to licensing reasons. How can I accomplish creating these connections? Also, are there any draw backs for doing this? Thanks regards,
Brian
 
Where is the COM+ manager? thanks regards,
Brian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top