We have run into some problems in trying to use MTS to manage our DB connections on our ASP pages. We use the following VBScript code to establish...

How It Works

Get an answer in three easy steps. Here's how it works...

Ask Your Question

1. Ask Your Question

Enter your programming question at the top of this page and click Get An Answer.

Pick Your Priority

2. Pick Your Priority

Tell us how quickly you want your programming question answered.

Get An Answer

3. Get An Answer

Connect with your programmer via online chat or telephone call.

Answer

Customer
We have run into some problems in trying to use MTS to manage our DB connections on our ASP pages. We use the following VBScript code to establish our DB connection: Set objConn = Server.CreateObject("ADODB.Connection") objconn.Mode = adModeRead objConn.Open "Provider=MSDAORA.1;" &_ "Data Source=(databasename);" &_ "User ID=(userid);" &_ "Password=(password);" The code executes fine until we add the following line to the page which causes MTS to handle resource management: <%@ Transaction = "Required" %> When that line of code is added, the page returns an error code of 8000ffff with the full text description being "Catastrohic Error". We are running IIS 4.0 with SP5 installed and have upgraded to MDAC 2.1 SP2. Anyone have any clues? Thanks in advance!
Posted

quoteTestimonialsquote

About ExpertHelp

ExpertHelp is changing the way you connect with service professionals.

Whether you have a quick question while preparing your taxes, troubleshooting a computer problem, or need to hire an attorney, ExpertHelp is the most convenient and affordable way to connect with the right service professional to get the job done.

ExpertHelp has been in business since 2011, is an A+ Rated Better Business Bureau accredited member, and offers a 100% satisfaction guarantee on every question you ask!

More Programming Questions...

Ask Your Programming Question & Get An Answer Now!