Re: [sqlite] Tool to import tables and its data from sqlserver to sqlite

2013-02-27 Thread Simon Slavin
On 27 Feb 2013, at 3:10pm, levi wrote: > More precisely, I want to create a sqlite database based on a few tables and > data from the Sqlserver database. Good solution: Have your SQLServer database software generate a set of SQL instructions for making the database and inserting data into it.

[sqlite] Tool to import tables and its data from sqlserver to sqlite

2013-02-27 Thread levi
Hello everyone, I have one Android App that will use the sqlite database, I would to do the following: I want to create the sqlite database, from sqlserver database, and download it sqlite database that I created from the SqlServer to my Android App Are there any tool to import the tables and its