Access2007ConnectionParameters(String, String) Constructor
Initializes a new instance of the Access2007ConnectionParameters class.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
fileName | String | A String that specifies the path to the Access 2007 database file. This value is assigned to the FileConnectionParametersBase.FileName property. |
password | String | A String that specifies the password used for authentication. This value is assigned to the FileConnectionParametersBase.Password property. |
See Also