Hello,
I have an app running for almost 6 years, using JRDC2 to connect with a remote MySQL Database. Works wonderful.
Originally (and recently) I reviewed the Erel's tutorial here:
In the tutorial @Erel connect the example program to a database: example
Question: What If I need to connect to a second database? let's say: example2 and use both?
The configuration in config.properties is currently like this:
I don't see how to archive that....is it possible?
Thanks!
I have an app running for almost 6 years, using JRDC2 to connect with a remote MySQL Database. Works wonderful.
Originally (and recently) I reviewed the Erel's tutorial here:
Connect Android to MySQL Database Tutorial
A new more powerful framework is now available: jRDC2. This tutorial explains the basic concepts required for creating a connection between Android device and a remote server. In this case it is a MySQL database. A tutorial for connecting to SQL Server is available here. Android cannot connect...
www.b4x.com
In the tutorial @Erel connect the example program to a database: example
Question: What If I need to connect to a second database? let's say: example2 and use both?
The configuration in config.properties is currently like this:
config.properties:
#DATABASE CONFIGURATION
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost/example?characterEncoding=utf8
User=root
Password=
#Java server port
ServerPort=17178
I don't see how to archive that....is it possible?
Thanks!