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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jason2k1

  1. jason2k1

    When to use MTS??

    hi all, I am using MTS to check db connection. Application("ConnectionString") = contains the provider details. set conn = Server.CreateObject("ADODB.Connection") conn.open Application("ConnectionString") if conn.Errors.Count > 0 then ObjectContext.SetAbort end...

Part and Inventory Search

Back
Top