AdoErrors Class

<< Click to Display Table of Contents >>

Navigation:  Ado Classes >

AdoErrors Class

Previous pageReturn to chapter overviewNext page

Purpose

 

Errors Collection

 

Prototype

 

CLASS AdoErrors   INHERIT AdoCollection

 

Method

 

Clear()Removes all of the objects in the collection.

 

Description

 

If you want to be sure that you see only the errors of the last Ado operation, clear the Errors collection of the AdoConnection before calling an Ado operation.

 

See Also

 

AdoCollection, ADO Classes