I have a .sql file with insert statements in C:\sqldata\MyData.sql. I need to insert data into sqlite database in my Android App using this .sql file.
How could I do this?
I have a .sql file with insert statements in C:\sqldata\MyData.sql. I need to insert data into sqlite database in my Android App using this .sql file.
How could I do this?
First of all download sqlite browser or equivalent software and execute your create-insert statements. then follow that tutorial(which is an awesome tutorial)