I am developing an Android application using sqlite database. I need to convert this sqlite dump to mysql using PHP which can be used in Web application. Any help will be appreciable. Thanks.
Asked
Active
Viewed 187 times
0
-
what did you try? According to [sqlite](http://www.sqlite.org/sqlite.html) you can dump an sqlite datase in SQL format, and that may be compatible with MySQL. – Basile Starynkevitch Oct 09 '13 at 05:53
-
Sorry, I am new to android and sqlite. I dont know how to handle sqlite database which is to be used in Web application as mysql – Aleena Paul Oct 09 '13 at 06:32