Hi All,
I'm trying to configure RDC framework (by @Erel) to connect a MariaDB database server.
The MariaDB database server is running within a machine with private IP (ex. 192.168.1.XX)
I not sure that the jdbc configuration is ok (see belove):
So my target is to set RDC to connect to the remote database server (MariaDB).
Thanks in advance for your help
I'm trying to configure RDC framework (by @Erel) to connect a MariaDB database server.
The MariaDB database server is running within a machine with private IP (ex. 192.168.1.XX)
I not sure that the jdbc configuration is ok (see belove):
B4X:
#Lines starting with '#' are comments.
#Backslash character at the end of line means that the command continues in the next line.
DriverClass=org.mariadb.jdbc.Driver
JdbcUrl=jdbc:mariadb://192.168.1.XX/test?characterEncoding=utf8
So my target is to set RDC to connect to the remote database server (MariaDB).
Thanks in advance for your help