Access97ConnectionParameters Class
Contains parameters used to establish a connection to an Access 97 database file.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v21.2.dll
Declaration
Remarks
The Access97ConnectionParameters class instances specify parameters for a connection to an Access 97 database file (an .MDA / .MDB / .MDE / .MDF file):
- FileConnectionParametersBase.FileName - the path to the database file.
- Access97ConnectionParameters.UserName - the user name to access the data in the file.
- FileConnectionParametersBase.Password - the password to access the data in the file.
See DataConnectionParametersBase for information on how to use classes that store data connection parameters.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the Access97ConnectionParameters class.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.