@TRANSACTION Directive
Written by Eric Smith, Northstar Computer Systems LLC
If you’re using transactions in your ASP application, remember that the @TRANSACTION directive, however you’re using it, has to be on the first line of your ASP file in the appropriate delimiters, as shown here:
<%@ TRANSACTION=Required %>
This directive is fully described in the MSDN Library in the @ Directives Reference section.
Keywords: [
ASP Syntax
]
Publication Date: 3/1/2000, Last Update: 2/25/2010
|