Does anybody know of a C++ class (or a series of classes) that can process SQL queries or can do some DB management?
I cannot use MFC because I am developing this project on Linux.
Printable View
Does anybody know of a C++ class (or a series of classes) that can process SQL queries or can do some DB management?
I cannot use MFC because I am developing this project on Linux.
QT has a SQL module. At least from verison 3. And it is platform independent. Not sure if you have to add the module your self or if it comes with the download, but you will probably figgure that out soon enough....;)
QT? :confused:
What's that?
Make sure you read the license.
Yeah read the license....the Windows compiler is not for free if you are making commercial apps. Not sure if the uncommercial is supporting version 3 at all. I have a link to a forum for QT if you are intrested.
If you're on Linux, you can use:
Berkeley DB (BDB) for standalone projects. Don't think it supports SQL though unless you run it through MySQL.
MySQL - *fast* client/server DBMS.
PostgreSQL - not as fast but more features, and some say more stable.
Could you give me that link, NoteMe?
Wow, took me some time to find that link...:D...to many mails to look through....:D...BTW there is a QT competition going on now...think the first price is $1000 or was it more...can't remember....
Here:
http://www.qtforum.org/
Thanks for the replies. I think we are going with Qt. :)