GetRdbmsVersion Method

Applies To

ODatabase

Description

This method returns the RDBMS Version of the oracle database as a string.

Usage

const char * GetRdbmsVersion(void) const;

Return Value

A valid, null terminated const char pointer on success; NULL on failure.