Skip Headers
Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 2 (10.2)

Part Number B14308-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Master Index
Master Index
Go to Feedback page
Feedback

ResetTransaction Method

Applies To

OSession

Description

This method rolls back the current transaction unconditionally.

Usage

oresult ResetTransaction(void)

Remarks

ResetTransaction is the same as Rollback, with the exception that no advisory messages are issued. As a result, ResetTransaction cannot be canceled by an advisory.

Please see Rollback for more information.

Return Value

An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).