Currently I am working on a project for a business systems class that at its base level will take information from a database, apply some algorithms to it, and display it to the user through a GUI. I am also taking a class that teaches OO C++ using Qt and as I really enjoy using it I would like to use Qt to develop my program for my other class.
So basically my question is what is the easiest way to integrate a simple database into my Qt program, one that I can read and write to. I have experience with MySQL, and I believe there is support in Qt for that, but since I am not experienced with it I was hoping someone with a little more experience could help me out.
Bookmarks