Hi gang,
I'm writing an app (a lists manager) for which users can store their data in a local SQLite db, but would also like to offer the possibility of having them sign up for a free SQL db (I mention phpMyAdmin as I saw that being mentioned in some posts on the forum) like www.freesqldatabase.com or www.freemysqlhosting.net (but to name a few) and then create the necessary tables in the app if necessary, and allow concurrent access for multiple users. They would then enter the URL, user ID, and password (I presume) in the app's preferences.
In other words, the app can work standalone, but can (if possible) also work with a shared db (a friend said 'wow that would be handy if I could share the data with my hubby so that we know who has taken care of what').
How would I be able to use such a hosted SQL db in my app? I've trawled the forum but didn't find an obvious solution. Any pointers would be greatly appreciated!
Thanks,
walt61
I'm writing an app (a lists manager) for which users can store their data in a local SQLite db, but would also like to offer the possibility of having them sign up for a free SQL db (I mention phpMyAdmin as I saw that being mentioned in some posts on the forum) like www.freesqldatabase.com or www.freemysqlhosting.net (but to name a few) and then create the necessary tables in the app if necessary, and allow concurrent access for multiple users. They would then enter the URL, user ID, and password (I presume) in the app's preferences.
In other words, the app can work standalone, but can (if possible) also work with a shared db (a friend said 'wow that would be handy if I could share the data with my hubby so that we know who has taken care of what').
How would I be able to use such a hosted SQL db in my app? I've trawled the forum but didn't find an obvious solution. Any pointers would be greatly appreciated!
Thanks,
walt61