I've create a db with SQLlite and insert into my Dirassets,but when i load it, this errore appear.
Where is the problem?
Thanks
Where is the problem?
B4X:
LstDati.Clear
Dim Cursor1 As Cursor
Dim txt As String
SQL_Lettura.Initialize(File.DirAssets,"FrsPa.db",False)
txt = "SELECT * FROM Parolando WHERE lenParola = " & Prima & " or lenParola = " & Seconda & " order by lenParola"
Cursor1 = SQL_Lettura.ExecQuery(txt)
.....
......
......
.....