Vincent11111
Member
my JRDC2 server in localhost running sucessfully.
and then,
I tried it to connect my B4a app in Heroku's ClearDB database using JRDC2 middleware server.
Like this,
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://us-cdbr-east-06.cleardb.net/heroku_0c692a6fc1e1eb7?reconnect=true
User=be2d33cba97c2f
Password=45e01ef4
#Java server port
ServerPort=17170
and my rdclink is like this,
Public const rdclink As String = "http://us-cdbr-east-06.cleardb.net:17170/rdc"
so i run b4j server and run my b4a app.
then i tried to connect it and run a command, but i get this error
ResponseError. Reason: java.net.SocketTimeoutException: connect timed out, Response:
ERROR: java.net.SocketTimeoutException: connect timed out
and then,
I tried it to connect my B4a app in Heroku's ClearDB database using JRDC2 middleware server.
Like this,
DriverClass=com.mysql.jdbc.Driver
JdbcUrl=jdbc:mysql://us-cdbr-east-06.cleardb.net/heroku_0c692a6fc1e1eb7?reconnect=true
User=be2d33cba97c2f
Password=45e01ef4
#Java server port
ServerPort=17170
and my rdclink is like this,
Public const rdclink As String = "http://us-cdbr-east-06.cleardb.net:17170/rdc"
so i run b4j server and run my b4a app.
then i tried to connect it and run a command, but i get this error
ResponseError. Reason: java.net.SocketTimeoutException: connect timed out, Response:
ERROR: java.net.SocketTimeoutException: connect timed out