Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的 C# 项目中使用 Access 数据库文件。当我将它添加为新的数据源时,一切顺利,直到我尝试测试连接。然后我收到消息:
Cannot start your application. The workgroup information file is missing or opened exclusively by another user.
该文件受密码保护并使用 MDW 文件。那么如何将文件添加为数据源并同时使用工作组信息文件呢?
谢谢
以下是指定 .MDW 文件所在位置的示例连接字符串:
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\mydatabase.mdb; Jet OLEDB:System Database=system.mdw;User ID=myUsername;Password=myPassword;