Search DaTutorials:  
HOME
ASP Tutorials
Introduction
Reference
   Building ASP Pages
   Built-in Objects
Tutorials

OnTransactionCommit

The OnTransactionCommit event occurs after a transactional script's transaction commits. When the OnTransactionCommit event occurs, IIS will process the script's OnTransactionCommit subroutine, if it exists.

Example

The following example sends a response to the client with the transaction commits:

<%@ TRANSACTION=Required LANGUAGE="VBScript" %>
<% Option Explicit
  ObjectContext.SetComplete
  Sub OnTransactionCommit
    Response.Write "<p><b>The Transaction just committed</b>." 
    Response.Write "This message came from the "
    Response.Write "OnTransactionCommit() event handler."
  end sub
%>
Applies To

ObjectContext Object


     Internet Advertising | Fast Loans | Loans | Mortgages | Loans
Home     Link To Us     Ad With Us     Contact Us     Tell A Friend     Affiliates     Blog     MsOfficeHelp