ServerErrorReset Method

Applies To

OSession

ODatabase

Description

This method clears the last remembered Oracle database-related error for the session.

Usage

oresult ServerErrorReset(void);

Remarks

After calling this method ServerErrorNumber will return 0 (indicating no error) until the next database-related error occurs.

Return Value

An oresult indicating whether the operation succeeded (OSUCCESS) or not (OFAILURE).