Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

AccessConnectionProvider.GetConnectionStringACE(String, String) Method

Returns a connection string to the specified MS Access 2007 database using the default credentials.

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

public static string GetConnectionStringACE(
    string database,
    string password
)

Parameters

Name Type Description
database String

A string that specifies the path and name of the data base to connect to.

password String

A string that specifies the password. This is used to initialize the “Password” field of the connection string.

Returns

Type Description
String

A connection string.

Remarks

For more information, see AccessConnectionProvider.GetConnectionString.

See Also