Searching in SQLite database in Qt
Mobile and Embedded
3
Posts
2
Posters
663
Views
2
Watching
-
Hi,
I have created sqlite database in qt and also done sorting in columns. Now I want to search in database and display the tableview start from searched element.
Is there any setting to do it.Please suggest me for it,.
-
Hi,
I have created sqlite database in qt and also done sorting in columns. Now I want to search in database and display the tableview start from searched element.
Is there any setting to do it.Please suggest me for it,.
@Awadhesh-Maurya Have you used
QSqlQueryModel
? -
Thanks. Its solved.