Good day!
I'm trying to create a conditional service on if a table exists. However, when I test for the existence of said table:
I get the following error message:
I'm using DBUtils version 2.05. Has any one else run into an issue like this?
Thank you in advance!
Michael
I'm trying to create a conditional service on if a table exists. However, when I test for the existence of said table:
B4X:
If (DBUtils.TableExists(Starter.localSQL, "Contracts")) = False Then
StartService(Contracts)
End If
I get the following error message:
B4X:
java.lang.ClassCastException: java.lang.Object[] cannot be cast to java.lang.String[]
at b4a.example.dbutils._tableexists(dbutils.java:1148)
I'm using DBUtils version 2.05. Has any one else run into an issue like this?
Thank you in advance!
Michael