Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ConnectionPooling & MTS

Options
  • 23-03-2001 12:27pm
    #1
    Closed Accounts Posts: 35


    Does MTS Manage Connection Pooling to a SQLServer Database. If so how can you configure ConnectionPooling through MTS.

    Thanks for all the help. Yis are great.

    Brendan


Comments

  • Registered Users Posts: 2,494 ✭✭✭kayos


    There are a few different ways in setting up connection pooling and you have to pick the one that suits your needs. Since you are using VB components MTS Object pooling will not work so that cuts out the MTS method of Connection Pooling. ODBC takes care of it automatically if you tell it to do so. You will find all you need to know on msdn.microsoft.com which is the sam place I told you to look yesterday! Its very easy to search and has good examples so check it out.

    kayos


Advertisement