%@ TRANSACTION = Required LANGUAGE = "VBScript" %>
The Transaction just comitted." Response.Write "This message came from the " Response.Write "OnTransactionCommit() event handler." End Sub ' The Transacted Script Abort Handler. This sub-routine ' will be called if the script transacted aborts ' Note that in the example above, there is no way for the ' script not to commit. Sub OnTransactionAbort() Response.Write "
The Transaction just aborted." Response.Write "This message came from the " Response.Write "OnTransactionAbort() event handler." End Sub %>