Hi,
I must to do some select in a database MySQL with qt.
Could you say how could I do connect with the database and execute select?
Many thanks and sorry for my english!
Hi,
I must to do some select in a database MySQL with qt.
Could you say how could I do connect with the database and execute select?
Many thanks and sorry for my english!
There is a very easy way: Go and read the documentation!!! Have a special look at QSqlDatabase and QSqlQuery. At the detailed description you find your code snippets.
Bookmarks