I've managed to create an SQLite database file from scratch with DButils and added a SQL library, nothing fancy just id, firstname, lastname and added some values now I want to list the contents in the database into a tableview.
Table 'Students'
1. How do I initialize a pre-made SQLite database with DButils? (I allready have one)
2. How can I view contents in first column, and multiple columns in a tableview by using DButils? Some advice what I can do with this DButils module? Thanks
Table 'Students'
id
firstname
lastname
1. How do I initialize a pre-made SQLite database with DButils? (I allready have one)
2. How can I view contents in first column, and multiple columns in a tableview by using DButils? Some advice what I can do with this DButils module? Thanks
Last edited: