asp_web_howto thread: How do i find out if the current page is in a transaction
Hello, I am trying to find out if the current ASP page is in a transaction. I tried using ObjectContext.IsInTransaction in the ASP page to check for thisbut I get the following error: Microsoft VBScript runtime error '800a01b6' Object doesn't support this property or method: 'IsInTransaction' /default.asp, line 9 Help please Ben
|





