Properties
<< Click to Display Table of Contents >> Properties |
![]() ![]() ![]() |
Most objects in ADO have properties. There are two types of properties:
•Some properties are accessible trough Accesses/Assigns on the objects and also through the property collection
•Other properties are only accessible trough the property collection, and may only be visible for certain providers.
For example the OleDb provider for Jet adds the following properties to the Property collection of the AdoConnection object:
•Jet OLEDB:System Database
•Jet OLEDB:Registry Path
•Jet OLEDB:Database Password
and the OleDb provider for SqlServer adds the following properties to the Property collection of the AdoConnection object:
•Trusted Connection
•Etcetera.
Please look in the ADO Help files for additional information on these properties.