G grupotgr Member Licensed User Longtime User Jan 30, 2018 #1 Hi, I want to know which is the best way to connect to a mysql DB? I'm a B4a user, so what do you recommend? php? rdc? Thank you!
Hi, I want to know which is the best way to connect to a mysql DB? I'm a B4a user, so what do you recommend? php? rdc? Thank you!
G grupotgr Member Licensed User Longtime User Jan 30, 2018 #3 DonManfred said: jrdc2 Click to expand... but I only have the b4a version. Upvote 0
DonManfred Expert Licensed User Longtime User Jan 30, 2018 #4 You can use https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/ But there are security riscs and the db must be accessible from everywhere. You was asking about the best way. It is jrdc2 Upvote 0
You can use https://www.b4x.com/android/forum/threads/jdbcsql-directly-connect-to-remote-databases.84016/ But there are security riscs and the db must be accessible from everywhere. You was asking about the best way. It is jrdc2
G grupotgr Member Licensed User Longtime User Jan 30, 2018 #5 OK I understand. And RDC is an option too? Better or worse than jdbcSQL? Thank you very much! Upvote 0
DonManfred Expert Licensed User Longtime User Jan 30, 2018 #6 grupotgr said: And RDC is an option too? Click to expand... No. jRDC2 is a complete rewrite (better) written in B4J and RDC was written in java. You should not use RDC anymore. It is deprecated. Upvote 0
grupotgr said: And RDC is an option too? Click to expand... No. jRDC2 is a complete rewrite (better) written in B4J and RDC was written in java. You should not use RDC anymore. It is deprecated.
OliverA Expert Licensed User Longtime User Jan 31, 2018 #7 grupotgr said: but I only have the b4a Click to expand... B4J is free... (https://www.b4x.com/b4j.html) Upvote 0
grupotgr said: but I only have the b4a Click to expand... B4J is free... (https://www.b4x.com/b4j.html)