I Have a database in ".Sql" format on my local server . I would like to convert this database to ".sqlite" for my android matchine
Asked
Active
Viewed 504 times
2 Answers
0
You should parse the sql file and execute queries in the onCreate method on SQLiteOpenHelper class. Here is some help to parse the sql file.

Community
- 1
- 1

Passionate Androiden
- 732
- 3
- 13
0
Hier a list of converters for you
http://www.sqlite.org/cvstrac/wiki?p=ConverterTools
you can convert them in your server and download the .sqlite file in your phone

Andres L
- 683
- 9
- 20