0

I have a sql file made with DB Desktop for SQLite for android.

I need this .sql file to be a .db file so I can copy it into an empty database.

I have the .sql file saved in assets in my android project, I basically can't see any way to convert this to the .db type. I don't want this to be on a server, I just want a local .db file for android.

Any help would be appreciated

CL.
  • 173,858
  • 17
  • 217
  • 259
  • 2
    you can follow this answer for solution [http://stackoverflow.com/questions/8199138/android-how-to-exec-a-sql-file-in-sqlitedatabase](http://stackoverflow.com/questions/8199138/android-how-to-exec-a-sql-file-in-sqlitedatabase) – sud Nov 28 '15 at 04:28
  • Thanks, this did answer my question! – CompSci2015 Dec 20 '15 at 15:22

0 Answers0