table problem using dbutils

adrianomurta

Member
Licensed User
Longtime User
hi, i tryusing example SQLExample and work fine,

but when i use dbutils , show the error : table not found

can help me ?

sorry my english

TIA Adriano
Brazil
 

luke2012

Well-Known Member
Licensed User
Longtime User
I have the same problem.

Code :

DBUtils.ExecuteSpinner(Main.SQLEngine,"Select Nome_tavolo from tab_Tables",Null,0,spnTable)

error is : no such table ...

I verified the query in SQLite engnine and It works fine!
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
I confirm that the db is initialized and the table exist.

And I confirm that the Query "Select Nome_tavolo from tab_Tables" works if tested on SQLite Expert.
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
project zip

In attachment you can find the zip.
The SQLite db is created with SQLite Expert IDE.

Thanks in advance!
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
Works also for me but if I delete all other project modules :)
I have to do some test adding modules one by one.
 
Upvote 0

luke2012

Well-Known Member
Licensed User
Longtime User
Solved

From my device I remove the apk e installed again and now works!
Strange but it works :)

Thanks you for your support!
 
Upvote 0
Top