Hi,
I'm new here and been playing around with the free version for a while. Android apps without lerning Java, Great!!! I always wanted to develop apps but been using Basic and VisualBasic for PC for 30 years so this is great!!! Good work!!
Now I'm very close to buying Basic4Android but need to be sure it really works for my planned app and setup... Have been struggling with laptop PC's connecting to databases on webhosts through different solutions, mainly php and wonder if it's easier here...
My idea is basically a setup like this:
Mobile devices will be connected to a central database and users will update their own table in the db, but will take information from shared tables.
The shared tables in the central database will be updated by the administrator at the office either through a webpage or an PC-application. The users tables will also be handled by the administrator.
My app will check if the shared tables have been updated (through a date/time field in a separate table), if so, download information from the shared tables to a local database in the device (SQLite).
User activity in the app will be stored locally too since they don't have internet connection during most of the time at work. A service will check if internet is available and then syncronize the databases from local to central.
Ok, not that difficult...
But I haven't found any really working tutorial about connecting the app to a remote database hosted on a webhost like one.com or equal.
I've found the one with queries through php-scripts, but I've had problems with such setup when using PC's before.
And also the RDC, but what I can see, you need access to the server to install drivers...
Any good advice on how to implement my idea in the best way?
Ie, connect the app to a database on webhost where the db-interface is phpmyadmin.
The easiest might be to actually copy the tables back and forth but it can't be the most elegant?
Also, I might need to actually go inside the db and change something in the future.
Another way is to actually setup an own webserver, but for a start I'd hope to try it out in a smaller setup.
If I must copy the db between app and remote file-server, how do I do that???
Thanks in advance.

I'm new here and been playing around with the free version for a while. Android apps without lerning Java, Great!!! I always wanted to develop apps but been using Basic and VisualBasic for PC for 30 years so this is great!!! Good work!!
Now I'm very close to buying Basic4Android but need to be sure it really works for my planned app and setup... Have been struggling with laptop PC's connecting to databases on webhosts through different solutions, mainly php and wonder if it's easier here...
My idea is basically a setup like this:
Mobile devices will be connected to a central database and users will update their own table in the db, but will take information from shared tables.
The shared tables in the central database will be updated by the administrator at the office either through a webpage or an PC-application. The users tables will also be handled by the administrator.
My app will check if the shared tables have been updated (through a date/time field in a separate table), if so, download information from the shared tables to a local database in the device (SQLite).
User activity in the app will be stored locally too since they don't have internet connection during most of the time at work. A service will check if internet is available and then syncronize the databases from local to central.
Ok, not that difficult...
But I haven't found any really working tutorial about connecting the app to a remote database hosted on a webhost like one.com or equal.
I've found the one with queries through php-scripts, but I've had problems with such setup when using PC's before.
And also the RDC, but what I can see, you need access to the server to install drivers...
Any good advice on how to implement my idea in the best way?
Ie, connect the app to a database on webhost where the db-interface is phpmyadmin.
The easiest might be to actually copy the tables back and forth but it can't be the most elegant?
Also, I might need to actually go inside the db and change something in the future.
Another way is to actually setup an own webserver, but for a start I'd hope to try it out in a smaller setup.
If I must copy the db between app and remote file-server, how do I do that???
Thanks in advance.