Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Collections


Collections
Description
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.

In this section:

ADO Errors Collection

ADO Fields Collection

ADO Parameters Collection

ADO Properties Collection

ADO Collections Methods

ADO Collections Properties



ContentsPreviousNextIndex