考虑以下代码段,我收到以下错误
例外:
'could not find installable ISAM'.
我的代码是:
OleDbConnection con = new OleDbConnection();
con.ConnectionString = @"Provider=Microsoft.ACE.OLEDB.12.0; Data Source=C:\Users\Admin\Documents\Login.accdb;Persist Security Infor=false";