Hi all,
I am trying to load data from a csv file into a QTableView and I want to insert this data into a SQLite database, how does one transfer data that is in a QTableView into the SQLite database. I got the code of loading the csv file into the QTableView from this link: http://qtsimplify.blogspot.com/2013/...-easy-way.html .I am only able to find solutions whereby the initial query was instantiated from a database and so updating of certain fields is permitted but this to load all values that are present in the current QTableView into the SQLite database, let us say a table called MyCSV.
Thanking you in advance. It would help providing code with the explanation if possible please.
Bookmarks