I tried to search the forum but not found.
I am learning Mysql with the DBUtils' s method for example InsertMaps(.....)
I want to check success or fail after call the method to do something with that result without modify the DBUtils Module.
For example
B4X:
DBUtils.InsertMaps(sql1, "table1", Array As Object(m))
If success = true Then
DoSuccess
Else
DoFail
End If