The ADODriver object contains the following properties:
Property List
Name | Description |
---|---|
ADOCommand
|
Returns an ADO Command object that is used to work with the recordset. |
ADOConnection
|
Returns an ADO Connection object that provides a program interface to the database containing the desired recordset. |
ColumnCount
|
Specifies the number of columns in the “driver” table. |
ColumnName
|
Specifies the name of a column in the “driver” table. |
Name
|
Specifies the driver’s name. |
Value
|
Returns a column value by column index or name. |