B4J Question jRDC with MySQL Server

Pablo Torres

Active Member
Licensed User
Longtime User
Hi everyone, I had a centos 6 server (of my own) online, running MySQL.
I want to use one of the databases of the MySQL (verano) and get data from iOS and Android.

I've been researching and apparently jRDC2 is the best option, but I have a few questions I couldn't solve by myself using the forum:

1) For the jrdc jar I only have to change the config properties (put my sql statements and change server i, etc) then I only have to compile the jar and move it to the server together with the linux drivers, right?

2) In B4A I add the DBRequestManager.bas and I know how to proceed...but in B4i? How do I do that?

I forgot to say that I have a static address (www.softuy.ddns.net) configured along with the server
 

EnriqueGonzalez

Well-Known Member
Licensed User
Longtime User
Hi Pablo!

1) That is correct, but i do not understand the part of the linux drivers, most likely you only need Java (OpenJDK or ORACLE)

2) that is beyond my knowledge yet i believe that DBRequestManager also exists for B4I
 
Upvote 0
Top