Windows Mobile 6 Rom 上安装的 Sql Server CE 版本
Windows Mobile 6 上安装的 SQL Server CE 版本是什么?我认为是 SQL Server 2005 Mobile Version 3.0。
如果我使用此版本(3.0)的数据库,它可以在版本 3.1 和 3.5 上运行吗?
谢谢你!
Which is the version of SQL Server CE installed on Windows Mobile 6? I think is SQL Server 2005 Mobile Versión 3.0.
If I use a database of this version (3.0), will it work on version 3.1 and 3.5?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为了将 3.1 数据库文件与 3.5 数据库引擎一起使用,需要对其进行升级。如果您尝试在 Visual Studio 2008(使用 SQL CE 3.5)中打开它,它将提示您执行此操作。也可以通过 SqlCeEngine 以编程方式完成。升级方法。
我能找到的关于您可能希望在 ROM 中找到哪个版本的最佳表格是 MSDN 上的设备功能和所需的开发工具文档,特别是底部附近标题为“数据库技术支持”的部分。
In order to use a 3.1 database file with the 3.5 database engine it will need to be upgraded. If you attempt to open it in Visual Studio 2008 (which uses SQL CE 3.5) it will prompt you to do this. It can also be done programatically via the SqlCeEngine.Upgrade method.
The best table I could find regarding which version you may expect to find in ROM is the Device Capabilities and Required Development Tools document on MSDN, in particular the section headed "Database Technology Support" near the bottom.