将 SQL CE 2.0 数据库升级到 SQL CE 3.5 数据库
有人进行过升级吗?
如果是的话,是如何做到的。我记得在 PDA 上的命令行上修改运行一个程序,但它没有按预期工作。
在 PDA 上运行命令行程序对任何人都有效吗?
Has anybody performed the upgrade?
If yes, how is it done. I remember tinkering with running a program on command line on the PDA and that it did not work as expected.
Has running the command line program on the PDA worked for anyone?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
很抱歉发布这个问题。我们能够使用以下方法升级项目。
我们必须将upgrade.exe 复制到PDA 上。
希望有人觉得这有帮助。
Sorry for posting the question. We were able to upgrade the project using the method below.
We had to copy the upgrade.exe to the PDA tough.
Hopefully someone finds this helpful.
如果您以编程方式执行此操作,为什么要使用升级实用程序进行破解?为什么不直接使用 升级方法SqlCeEngine 类?
If you're doing this programmatically, why hack using the Upgrade utility? Why not just use the Upgrade method present in the SqlCeEngine class?