Oracle® Objects for OLE C++ Class Library Developer's Guide 10g Release 1 (10.1) Part Number B10119-01 |
|
Applies To
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