The AccessDataSet type exposes the following members.

Properties

  NameDescription
Public propertyConnectionState
The state of the connection to the database or the source file.
(Inherited from OleDbDataSet.)
Protected propertyDBMS (Inherited from OleDbDataSet.)
Public propertyFields
The columns in the data source.
(Inherited from OleDbDataSet.)
Public propertyFilePath
The full file path to the database file.
Public propertyPassword
The user's password, or an empty string if the database is not password-protected.
Public propertyTableName
The database table or file path where the data resides.
(Inherited from OleDbDataSet.)
Public propertyUser
The user that has access to the database. Defaults to the admin account if the database is not password-protected.

See Also