Searching from sqlite database from text
-
I have made SQLite database,
But i am looking for a tuturial where i can learn how to search in this database from text by lineedit.So my idea is that the user issue a text to textfield, click on go button. And the app will search in the database in column 1 (for example ID) , then he will list up all possibilities.
Then user can sellect from this list (the list can be made by tableview) after user select, the app will load otherview and show the data from the database.
Lats say that i have 5 columns in one row in database. So i want to display all of them on the screen on a separate Label, all data in the database are only text. -
have a look at "this getting started guide":http://qt-project.org/wiki/developer-guides#65099ceac9c19e34e56a688784a0d866
it shows you how to work with a sqlite database in Qt Quick.
-
i am not getting any help from this link...
-
Sorry, but i don't know about a tutorial that gets closer to what you want.
In another thread Jens announced" that they plan a blog on this subject":http://qt-project.org/forums/viewthread/41161/#171004
So stay tuned on the blog section.