| Platform SDK: IIS SDK |
The OnTransactionCommit event occurs after a transactional script transacts. When the OnTransactionCommit event occurs, IIS will process the script's OnTransactionCommit subroutine, if it exists.
The following example sends a response to the client when 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
%>
Platforms: Windows 2000 with IIS 5.0 installed,
Windows XP with IIS 5.1 installed,
Windows Server 2003 family with IIS 6.0 installed
| What did you think of this topic? |
Order a Platform SDK CD |
See also:
| file: /Techref/language/asp/OBJ/ref_vbom_obcoeotc.htm, 2KB, , updated: 2003/5/15 14:13, local time: 2012/5/25 05:59,
38.107.179.231:LOG IN |
| ©2012 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://www.piclist.com/techref/language/asp/OBJ/ref_vbom_obcoeotc.htm"> OnTransactionCommit Event</A> |
| Did you find what you needed? |
|
PIC 16 series Microcontroller Instruction Set Reference. And his Hobby Electronics web site at http://hobby_elec.piclist.com. |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.