页面事务

<%@Transaction = Requires_New%>
<%
    'Code...
%>
<%
Sub OnTransactionCommit()
    Response.Redirect("Content.asp?DocID=" & idDoc)
End Sub

Sub OnTransactionAbort()
    Response.Redirect("Error.asp")
End Sub
%>

 

posted @ 2015-12-17 11:36  平小宅  阅读(110)  评论(0编辑  收藏  举报