I have a Database file in my local drive with .db as its extension. What should be the correct way to mention the Connection string in order to access the same.
Currently, I tried with the following Strings which are not working.
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\padmakumarc\OneDrive - Gulf Business Machines\Desktop\Automation Anywhere Tasks\Database.db;Version=3;
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Users\padmakumarc\OneDrive - Gulf Business Machines\Desktop\Automation Anywhere Tasks\Database.db;Extended Properties="HDR=YES"
I am getting the below-shown error while trying with the above String.