Hello
We have recently upgraded to Office 365 and since this change I have been unable to query my Access database and I receive the following error message:
Line 8 - No valid connection
The connection string I have been using successfully prior to the change is:
DBConnect>Provider=Microsoft.ACE.OLEDB.12.0;Data Source=c:\CusMod Testing\JBMS Testing.accdb;Persist Security Info=False,PAXTesting
Could someone help with an updated connection string that will work with MS Access 365.
I appreciate any help that can be provided.
Microsoft Access (Office 365) connection string
Moderators: Dorian (MJT support), JRL
-
- Junior Coder
- Posts: 25
- Joined: Sun Dec 15, 2013 9:27 pm
Re: Microsoft Access (Office 365) connection string
Please try to replace this into your db connection string and then try on the other hand you can go through the official documentation.
Code: Select all
Provider=Microsoft.ACE.OLEDB.16.0;Data Source=c:\CusMod Testing\JBMS Testing.accdb;Persist Security Info=False;