有什么办法... (vb.net + SDF)
我有一个 SDF 文件(紧凑框架数据库)仅供阅读...
有什么方法可以嵌入为资源???直接从EXE中读取,无需解压!??????
I have a SDF file (compact framework dbase) only for reading...
Is any way to embed as RESOURCE ??? and read it directly from EXE, without extract it!??????
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不可以,但您可以右键单击数据库,将其选择为资源,然后在每次构建时将数据库部署为资源。
No, but you can right click on the database, select it as a resource, and have the DB deployed as a resource on every build.