Android Question DonManfred Mysql Library

victormedranop

Well-Known Member
Licensed User
Longtime User
Hi, I having some's issues with this library but just with the function MySQL_status.
I don't think is the library, but need some help with this.

Thanks,

B4X:
java.lang.Exception: Sub mysql_status signature does not match expected signature.
 

DonManfred

Expert
Licensed User
Longtime User
B4X:
Sub MySQL_Status(Connected As Boolean, ReConnecting As Boolean, RetriesLeft As Int)
    Log($"MySQL_Status(${Connected},${ReConnecting},${RetriesLeft})"$)
End Sub
 
Upvote 0
Top