Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
Release 9.2.0.4

Part Number B10954-01
Go To Table Of Contents
Contents

CanTransact Method

Applies To

ODynaset

OSqlStmt

Description

This method returns TRUE when the session to which this ODynaset or OSqlStmt is attached supports transactions.

Usage

oboolean CanTransact(void) const

Remarks

See OSession for more information about transactions. In the current release, all sessions support transactions.

Return Value

TRUE if the dynaset's or sqlstmt
s session supports transactions; FALSE if not.


 
Oracle
Copyright © 1998, 2003 Oracle Corporation.

All Rights Reserved.
Go To Table Of Contents
Contents