Consider the following code segment, I get the following error
Exception:
'could not find installable ISAM'.
My code is:
OleDbConnection con = new OleDbConnection();
con.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:\Users\Admin\Documents\Login.accdb;Persist Security Infor=false";