PDA

View Full Version : how to display the result of LIKE clause(SQlite) of in Qt tableview.



tejasjc
23rd January 2017, 11:23
If i am using query like this
SELECT * FROM COMPANY WHERE AGE LIKE '2%';
then how can i display the result of operation in Tableview.

Lesiok
23rd January 2017, 11:49
Use QTableView with QSqlQueryModel