Progress
Language Reference
Transaction Object Handle
Provides access to the current transaction object. This object allows you to control the current transaction context.
SYNTAX
transaction-handle
A handle variable whose value you return from the TRANSACTION attribute on a procedure handle.
attribute
An attribute of the transaction handle. The attributes are listed in the table that follows:
method
A method of the transaction handle. The methods are listed in the table that follows:
NOTES
- In an AppServer session, if a transaction initiating procedure is active, this handle allows you to control the (automatic) transaction using all of the supported attributes and methods. For more information on automatic transactions, see the TRANSACTION-MODE AUTOMATIC Statement (AppServer only) reference entry.
- In a Progress client session or in an AppServer session with no active transaction initiating procedure, only the IS-OPEN attribute is available.
- If a transaction initiating procedure is deleted, any open transaction is committed or rolled back according to the value of the DEFAULT-COMMIT attribute.
- The value of this attribute remains the same (references the same transaction context) for the duration of a Progress session. This is true:
SEE ALSO
Copyright © 2004 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |