如何在c#中将访问数据库文件、mdb从程序文件复制到独立存储
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么不在访问中寻找替代方案呢?在“保护模式”下无法访问某些内容是有原因的。
Why not look at an alternative to doing this in access. There are reasons why certain things cannot be accessed in "protected mode".