B4A Question MySQLHandler Connection Timeout ? - skyracer90    Jul 26, 2016 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 Activity.IsInitialized = True Then
Timer_MySql.Initialize("Timeout_MySql",5000)
Timer_MySql.Enabled = True... B4A Question MysqlHandler - Peter Simpson (first post)    Jul 24, 2018   (2 reactions) Xitsonga to me, might as well be speaking Martian ;).
Walter mentioned Mysqlhandler.jar and mysqlhandler... I jumped the gun and presumed that he wanted to connect to MySQL or MariaDB databases et el, thus my... B4A Question Labraries MysqlHandler? - Erel (first post)    Apr 24, 2016 You can find everything with a simple search: https://www.b4x.com/search?query=MySQLHandler
See the 4th result.... B4A Question My application can't connect to the internet - luthfiagata (first post)    May 6, 2025 It seems too difficult if I change from MysqlHandler to JdbcSQL... B4A Tutorial Tutorial of connecting Android to MS SQL Server using jRDC2 - amarnath (first post)    Apr 4, 2023 i can't find this file.can you help me. Dim mh1 As MysqlHandler... B4A Question com.mysql.jdbc.exception.jdbc4.communications - Erel (first post)    Feb 4, 2021   (1 reaction) There is no MysqlHandler in JdbcSQL.... B4A Question Connection error - mnazmihambali (first post)    Jul 7, 2022   (1 reaction)
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:
https://www.b4x.com/android/forum/threads/mysqlhandler-connection-timeout.69368/
You should edit your post and hide the sensitive data (ip, user, password... B4A Question Because my apk can not connect my mysql server when I compile in (Release) mode - Julio Montilla (first post)    Sep 7, 2018 I was able to solve the connection problem, I'm using MysqlHandler and
the way to solve it was by setting <uses-sdk android: minSdkVersion = "4" android: targetSdkVersion = "4" /> although I'm not happy because I do not see the reason why I have to set targetSdkVersion = "4"
Do you think I can clarify if I can use the mysql library with MysqlHandler... B4A Question Theading question Service Module - rkxo (first post)    Mar 27, 2018 its possible async method with with MysqlHandler and ResultSet for mysql? thanks... B4A Question incompatibility sql and mysql library - rkxo (first post)    Jul 21, 2016 ok, i try to find to
@BA.ShortName("MysqlHandler")
@BA.Author("Fabio Pignoletto")
@BA.Version(1.02F)
thanks... Page: 1   2   3   4   5   6   7   |