如何将 SQL CE 3.5 数据库转换为 SQLite
我在 Visual Studio 10 中使用 SQL CE 3.5 启动了一个项目。但是现在我发现数据库非常慢。我在 SQLite 上做了一些测试,这要快得多。
有没有一种方法可以轻松地将 SQL CE 3.5 (sdf) 数据库转换为 SQLite?
I started a project using SQL CE 3.5 in Visual Studio 10. But now I found out that the database is very slow. I did some testing on SQLite and thi is much faster.
Is there a way that I easily can convert de SQL CE 3.5 (sdf) database to SQLite?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我有一个工具可以将整个 SQL Compact 文件“转储”为 SQL 脚本,然后您可以针对 SQLite 数据库运行该工具 - http: //exportsqlce.codeplex.com
I have a tool to "dump" an entire SQL Compact file as SQL script, that you can then run against a SQLite db - http://exportsqlce.codeplex.com