我可以访问已在使用的 ESE 数据库吗?
Windows ESE 引擎 API 调用 JetAttachDatabase 有一个只读选项。我可以使用它来挂载已由另一个进程挂载的数据库吗?
The windows ESE engine API call JetAttachDatabase have a readonly option. Can I use this to mount a database that is already mounted by another process?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
答案几乎肯定是“不”。 ESENT 数据库仅为单进程,除非所有进程都以只读方式使用该数据库。另一个进程可能已附加数据库读写,因此您将无法这样做。
The answer is almost certainly "no". ESENT databases are single-process only, unless all processes are using the database read-only. The other process has probably attached the database read-write so you won't be able to.