Qt and DataBase
Mobile and Embedded
3
Posts
2
Posters
950
Views
1
Watching
-
Helloooo everybody,
On my tablet, i installed SQLite manager, i created a database. I suched a lot on the internet how to conect my app with a database Sqlite, until know, i have not found something good. Can someone explain me something how to do that? Please. If you have a good book wich can help me, thank you yet, because you are going to share a link with me.
Regards
-
Hi,
Check the following links:
http://qt-project.org/doc/qt-5/qtsql-module.html
http://qt-project.org/doc/qt-5/QSqlDatabase.htmland if you have Qt 5.3.1 installed, you will find some examples in
<QtDir>/Qt5.3.1/Examples/Qt-5.3/sql/ directory. -
Thank you p3c0, I'm going to check them. I will inform you how is the situation.