Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

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

GetConnectionOK Method

Applies To

ODatabase

Description

Returns a boolean value indicating status of the database connection associated with the ODatabase object. A return value of TRUE implies that the connection is alive in the connection object associated with the specified database. If the connection has been dropped, this property returns FALSE.

Not available at design time. Read-only at run time.

Usage

bool GetConnectionOK() const throw(OException)

Datatype

Boolean