Previous PageNext Page

9.9 ADO Collections

Collections

Errors
 
Contains all stored Error objects, all of which pertain to a single operation involving ADO.
 
Fields
 
Contains all stored Field objects of a Recordset object.
 
Parameters
 
Contains all the Parameter objects of a Command object.
 
Properties
 
Contains all the Property objects for the specific instance of an object. This collection is not currently supported on UNIX.
 

Methods

Append
 
Appends a new object to the Parameters collection.
 
Clear
 
Clears the contents of an Errors collection.
 
Delete
 
Deletes an object from the Parameters collection.
 
Item
 
Returns a specific member of a collection by name or ordinal number.
 
Refresh
 
Updates the objects in a collection to reflect objects available from and specific to the provider.
 

Properties

Count
 
The number of objects in a collection.
 


Copyright © 2000 Chili!Soft

Previous PageTop Of PageNext Page