连接带密码的ACCESS数据库:
m_pConnection->Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Demo.mdb;Persist Security Info=False;Jet OLEDB:DataBase Password=mima","","",adModeUnknown);
m_pConnection->Open("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=Demo.mdb;Persist Security Info=False;Jet OLEDB:DataBase Password=mima","","",adModeUnknown);

本文将指导您如何使用ADO.NET连接并操作包含密码保护的ACCESS数据库。
4350

被折叠的 条评论
为什么被折叠?



