Poida
7 years agoOccasional Contributor
Database Checkpoint For MS Access 2016 Database
I'm attempting to create a Database Checkpoint in a TestComplete test.
The database is an MS Access 2016 accdb file and I'm running on Win7x64 as an unprivileged user on the corporate domain.
In the first dialog (yes, i hit the deck and slid on my face at the first prompt) it prompts for a connection string. I am feeding it:
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\SharedData\AccessDatabase.accdb;Persist Security Info=False;
and getting error:
Unable to connect to the specified data source. The database engine reports: Provider cannot be found. It may not be properly installed.
I've had a bit of a dig around online but couldn't find the answer. Any tips guys?