I had a look at your problem.
1. The error you show in the pictures is not from the project in post#2 !?
The error you show is raised by a query, but there is no query in your test project !?
2. In your test project you try to access the DB from a folder on the PC !?
How do you expect the Android device access a folder on the PC !?
3. The file names and table names are different in post#1 and post#2 !?
In the database in your test project there is no table nor column with the names you give.
You need to read the chapter about SQLite in the B4A User's Guide.
I leave it up to you, with the comments given above, to find the correct way to solve the problem.
Done correctly it works: