Android Question Do we need a PC for RDC (Remote Database Connector) to work properly on Android or iOS?

jkhazraji

Active Member
Licensed User
Longtime User
What if the database was hosted on a remote computer as a part of website hosting plan and I want to fetch data from that database by jRDC2 ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
There are exceptions.
I am using a Hosting Provider where i can configure the MySQL-Database(s) to be accessible from outside. This can used to directly access the Database using jdbcsql (which is not recommended). If you need to use jrdc2 you need to have a PC/VPS running.

But i agree: Most providers does not support it so a VPS is the solution here.
 
Last edited:
Upvote 0

MarkusR

Well-Known Member
Licensed User
Longtime User
What if the database was hosted on a remote computer as a part of website hosting plan and I want to fetch data from that database by jRDC2 ?
typically u can use php or asp.net at server side to provide data by http request. Lib OkHttpUtils2 can do this requests for download & upload.
jRDC2 is much better to access Data and a VPS is more expensive than web hosting.
 
Upvote 0
Top