Wat im trying is i have an sqlite db file which i prepared using sqlite manger it has fields like
id book chap topic note
All the data is already inserted into file
ijust want to query those using select and display them in an list manner like when user select third book's 5th chapter's last topic it's note will be displayed
All im stuck with most of the database topics they create an table and insert DB and no simple wat to fetch them
Help



