<%@ Transaction=Requires_New %> <% ‘Code... %> <% Sub OnTransactionCommit() Response.Redirect("Content.asp?DocID=" & idDoc) End Sub Sub OnTransactionAbort() Call aspCommon.DisplayErrMessage(Err.Description) End Sub %>
时间: 2024-11-08 19:23:38
<%@ Transaction=Requires_New %> <% ‘Code... %> <% Sub OnTransactionCommit() Response.Redirect("Content.asp?DocID=" & idDoc) End Sub Sub OnTransactionAbort() Call aspCommon.DisplayErrMessage(Err.Description) End Sub %>