waveuponwave
New Member
I have a simple SQLite database on my PC containing one table. I want to use the same SQLite database in my Android app. The data changes on the PC version of the database from time to time. How do I go about syncing the data from the SQLite database on the PC to the SQLite database on the Android device using this platform? What are the options using wifi or usb? What I would really like to do is be able to run a query over the network rather than copy the physical db from the PC to the Android device. Can this be done? Thanks!
*Edit
When I say the same SQLite database I mean I have created the db on the Android device and used the ADB to pull a copy of it off onto my PC. Changes to the db will be made on the PC, and I want to then be able to sync the changes on Android device.
*Edit
When I say the same SQLite database I mean I have created the db on the Android device and used the ADB to pull a copy of it off onto my PC. Changes to the db will be made on the PC, and I want to then be able to sync the changes on Android device.
Last edited: