Android Question SQLite, Android verision, B4A version

slavko

Member
Licensed User
Longtime User
Hi All,

have to admit i did not use b4a latelly. Now i am trying to prepare for our service technicans new app. i started from app that used to work in the past. From SQL server data i prepared Sqlite databases and with ftp deliver to their tablets. Now, during testing, this app is not working anymore. Error comes out of line where i should run query to collect number of records from Table:

Dim Curs As Cursor
Curs = SQLite.ExecQuery(Query)

In code in front of this, i am checking, if a database exist in folder, and seems to be ok. Database i am prparing is in format .db3. Records are with ID as primary key.

What is different from past is new phone without SD card with Android 6.

So, did some changes in ANdroid are what reasons for not working app? Example with "persons.db" is working, when i switch to my DB in form of .db3 no success. Some changes in SQLite db format? Any suggestion where to search?

Thank you, Slavko
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…