如何在c#中将访问数据库文件、mdb从程序文件复制到独立存储

发布于 2024-10-10 14:03:10 字数 219 浏览 8 评论 0原文

我正在使用 C# 构建 IE 插件或扩展。我创建了一个 Access 数据库 MDB 文件,该文件将位于程序文件中。现在在运行时我需要将此 MDB 文件复制到独立存储,以便我可以进一步使用它。因为如果 IE 中的保护模式处于开启状态,我将无法访问 AppData。 我见过一些代码示例,使我能够在独立存储中写入文件,但在这里我需要将数据库文件 MDB 复制到独立存储中。 请拿出一些代码。等待您的回复。

谢谢

I am building an IE Addon or Extension using C#. I have created an Access Database MDB file which will be in the Program files. Now at runtime I need to copy this MDB file to Isolated Storage so that I can use it further. As I can't access AppData if Protected Mode is ON in IE.
I have seen few code samples which enables me to write files in Isolated Storage, but here I need to copy my database file MDB in Isolated Storage.
Please come up with some code. Awaiting your response.

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不爱素颜 2024-10-17 14:03:10

为什么不在访问中寻找替代方案呢?在“保护模式”下无法访问某些内容是有原因的。

Why not look at an alternative to doing this in access. There are reasons why certain things cannot be accessed in "protected mode".

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文