Firebase reports
no such table: Settings (code 1 SQLITE_ERROR[1]): , while compiling: SELECT * FROM Settings WHERE Description = 'Version'
This is definatly there. And only reports this error sometimes.
Have I formatted my code poorly?
Or what causes this
no such table: Settings (code 1 SQLITE_ERROR[1]): , while compiling: SELECT * FROM Settings WHERE Description = 'Version'
This is definatly there. And only reports this error sometimes.
Have I formatted my code poorly?
Or what causes this
B4X:
Dim rs As ResultSet = Main.sql1.ExecQuery($"SELECT * FROM Settings WHERE Description = 'Version'"$)