Can I convert a SQL Server Express 2008 database to SQLite?
My database is simple and only has 1 table but it has about 1000 rows and it’s hard for me to make a new SQLite database and add these 1000 records.
thanks…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Try this: Convert SQL Server DB to SQLite DB
It is a free .net converter on CodeProject, the poster stated:
So I assume he has spent some time looking for what you seek and did not have any luck either.
The source code is available and well documented (according to the poster).