Sorry, I have never used the MysqlHandler library, but obviously there's a problem connecting to your database.
Test it connected to B4A-Bridge in release mode to get the error.
You should use another method to connect to your database:
Hello, following scenario I would like to join me via MySQLHandler the MySqlServer . This works well so far . However, if I turn off the server deliberately to test an error (by try reconnect ) I get no timeout message . How can we realize such a thing? Thank you very much.... If...
You should edit your post and hide the sensitive data (ip, user, password, ...)
Try some of these solutions
Hi All, My B4A app uses JdbcSQL to talk to a MySQL database on my local RPI server and performs flawlessly in debug mode but crashes in release mode. Can anyone provide any ideas. Thanks
see please sub button1_click why in debug mode it can connect to remote database and in release mode it doesn't work? what's the error? com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. thanks #Region Project Attributes...