Access97ConnectionParameters(String, String, String) Constructor
Initializes a new instance of the Access97ConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v25.1.dll
NuGet Package: DevExpress.DataAccess
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| fileName | String | A String that specifies the path to the Access 97 database file. This value is assigned to the FileConnectionParametersBase.FileName property. |
| userName | String | A String that specifies the user name used for authentication. This value is assigned to the Access97ConnectionParameters.UserName property. |
| password | String | A String that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property. |
See Also