I am using a remote jrdc2 server to manage a mysql db. is it possible to run 2 jrdc servers on the same machine to manage 2 different schema (mysql) or 2 different db (1 mysql and 1 sqlite)?
I already read .. Erel Answer from https://www.b4x.com/android/forum/threads/jrdc-how-to-connect-to-multiple-database.59930/#content But as i'm new member to b4x and not expert in java ... modification of RDCHandler is hard for me. I do Erel answer but i can't success. This is my jRDC...
In config.properties, instead of declaring the name of the database (ie database test: JdbcUrl=jdbc:mysql://127.0.0.1/test?characterEncoding=utf8), don't write any name: