Oracle Objects for OLE C++ Class Library
Release 9.2

Part Number A95896-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

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).


 
Oracle
Copyright © 1998, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback