If you are installing this on a server, or a machine that does have Microsoft Office installed, or if you have already uninstalled 32-bit Office, you can use the standard installation method.
// For Access Database string connString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Data\database.accdb;Persist Security Info=False;";
For 64-bit systems and applications.
If you are installing this on a server, or a machine that does have Microsoft Office installed, or if you have already uninstalled 32-bit Office, you can use the standard installation method.
// For Access Database string connString = @"Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Data\database.accdb;Persist Security Info=False;"; download microsoft.ace.oledb.12.0 provider for both 64-bit
For 64-bit systems and applications.