ADO collections
Applies to: Access 2013, Office 2013
Each collection can contain its corresponding object. For example, an Error object can be contained in an Errors collection. For more information about objects, see ADO objects or a specific object topic.
Collection | Description |
---|---|
Contains all the Error objects created in response to a single provider-related failure. |
|
Contains all the Field objects of a Recordset object. |
|
Contains all the Parameter objects of a Command object. |
|
Contains all the Property objects for a specific instance of an object. |