Hi,
I use MSMySQL Library to connect a local mysql Database. It works fine except one Error:
When I resume the App
a) after paused for a longer Time... (several Hours...), or
b) when the Device lost the Wifi-Connection and is reconnected
the App crashes with this Error:
Can anybody help or explain this Error?
Thanks and best Regards...
I use MSMySQL Library to connect a local mysql Database. It works fine except one Error:
When I resume the App
a) after paused for a longer Time... (several Hours...), or
b) when the Device lost the Wifi-Connection and is reconnected
the App crashes with this Error:
B4X:
~i:** Activity (tische) Resume **
Tische IP: 192.168.0.3
Metadaten: (MyMap) {ms=620, TaskID=}
Metadaten: (MyMap) {ms=5, TaskID=UpdateSumme}
~i:** Activity (tische) Pause, UserClosed = false **
java.lang.Exception: Sub mysql_execresult signature does not match expected signature.
at anywheresoftware.b4a.BA.raiseEvent2(BA.java:188)
at anywheresoftware.b4a.BA$2.run(BA.java:360)
at android.os.Handler.handleCallback(Handler.java:739)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:168)
at android.app.ActivityThread.main(ActivityThread.java:5845)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:797)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:687)
Can anybody help or explain this Error?
Thanks and best Regards...