Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Qt - Database programming

Tags:

database

qt

What resources do you recommend for getting someone up and running in database programing using Qt?

Thanks.

like image 914
MedSWEng Avatar asked Oct 10 '22 20:10

MedSWEng


2 Answers

See

  • Qt Database Docs
  • Qt Sql Programming (as suggested by Christian Rau)
  • This example
  • Qt video #51 on YouTube and following
like image 176
Exa Avatar answered Oct 18 '22 02:10

Exa


First of all the Qt documentation, which is a really good source for anything related to Qt.

I also found this book really useful. It is the definite book on Qt and covers nearly every topic, including database handling.

like image 22
Christian Rau Avatar answered Oct 18 '22 01:10

Christian Rau