I am connecting to an Access 2007 database:
oleConnection = new OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\\...\\Db.accdb");
What is the correct wording to connect to an SQL Server Express 2014 database?
bhs67
Go to the complete details ...