I’m looking for some easy method to convert my SQL database to SQLite database so it can be packed int ZIP file and downloaded. further I plan to use this database on the mobile device.
My database resides on HostGator server running Cent/OS + Apache. I would like to havean App, where upon user request (pressing abutton) the curent database is converted into SQLite. Preferably I would like to be able to select tables for conversion but the whole database will do the job as well.
Are there any examples, scripts, applications I could lookup or borrow the code ?
Thanks - Arthur