Hi everyone,
I don't know if this is the right forum. I apologize in case it's the wrong one.
It may have been already explained in the related tutorials but I was wondering if someone could explain to me the difference between jRDC2 and jdbcSQL in terms of features and functionalities. Also when is it better to use one over the other?
jRDC2 - middleware server, based on jSQL (same as B4A JdbcSQL) that acts as a proxy between the clients and the db server.
JdbcSQL = jSQL - library to directly connect to databases.
If you are building a mobile solution then you should use jRDC2.