The AccessDataSet type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | ConnectionState |
The state of the connection to the database or the source file.
(Inherited from OleDbDataSet.) |
![]() | DBMS | (Inherited from OleDbDataSet.) |
![]() | Fields |
The columns in the data source.
(Inherited from OleDbDataSet.) |
![]() | FilePath |
The full file path to the database file.
|
![]() | Password |
The user's password, or an empty string if the database is not password-protected.
|
![]() | TableName |
The database table or file path where the data resides.
(Inherited from OleDbDataSet.) |
![]() | User |
The user that has access to the database. Defaults to the admin account if the database is not password-protected.
|