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

Rollback (ODatabase) Method

Applies To

ODatabase

Description

Ends the current transaction and rolls back all pending changes to the database.

Usage

oresult Rollback(void) const

Arguments

none

Remarks

When this method is invoked, all ODynaset objects that share the specified session or connection are given the opportunity to cancel the rollback request. If they do not cancel the request, they are then advised when the rollback succeeds.