Hi,
I get an an lang.IllegalStateException error with the sql library + ucanaccess-5.0.0 (MDB access), Release compile.
I see the error in the protocol window, but the application error function seems not to be triggered :
I get an an lang.IllegalStateException error with the sql library + ucanaccess-5.0.0 (MDB access), Release compile.
I see the error in the protocol window, but the application error function seems not to be triggered :
B4X:
'error at : sql.ExecNonQuery(strSQL)
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
jxui.MsgboxAsync(StackTrace, "Error: " & Error)
sql.Close
'LogError(StackTrace)
Return False
End Sub