string connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + dbFile + ";Persist Security Info=False;Jet OLEDB:Database Password=" + pwd;
很重要 Jet OLEDB:Database Password= 需要這句,不然會報錯 Could not find installable ISAM.
string connStr = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + dbFile + ";Persist Security Info=False;Jet OLEDB:Database Password=" + pwd;
很重要 Jet OLEDB:Database Password= 需要這句,不然會報錯 Could not find installable ISAM.
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。