开发者

Converting a sqlite database to sdf file

开发者 https://www.devze.com 2023-04-11 10:32 出处:网络
Is there any tool or method present to convert my s开发者_如何学编程qlite database to (*.sdf)? I need this for porting a iPhone project to WP7.This morning a new tool (SQLite2CE) was released which ha

Is there any tool or method present to convert my s开发者_如何学编程qlite database to (*.sdf)? I need this for porting a iPhone project to WP7.


This morning a new tool (SQLite2CE) was released which has the express purpose of converting your SQLite databases to SDF while providing implementation classes. Visit http://sqlite2ce.codeplex.com/, read the associated articles and download the tool. The included demo and documentation shows how to incorporate your generated database and classes into a Windows Phone project.


Use sqlite's dump command to generate a SQL script and just run this SQL script in your target database.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号