|
-
Feb 22nd, 2004, 03:09 PM
#1
Thread Starter
Fanatic Member
C++ DB Question [RESOLVED]
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.
Last edited by Darkwraith; Feb 26th, 2004 at 10:04 PM.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Feb 22nd, 2004, 05:07 PM
#2
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....
-
Feb 22nd, 2004, 10:26 PM
#3
Thread Starter
Fanatic Member
QT?
What's that?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Feb 23rd, 2004, 04:27 AM
#4
Fanatic Member
Never argue with fools, they will only drag you down to their level, and beat you with experience.
Q: How do you tell an experienced hacker from a novice?
A: The latter thinks there's 1000 bytes in a kilobyte, while the former is sure there's 1024 meters in a kilometer
-
Feb 23rd, 2004, 05:06 AM
#5
Make sure you read the license.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Feb 23rd, 2004, 11:23 AM
#6
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.
-
Feb 23rd, 2004, 01:24 PM
#7
Monday Morning Lunatic
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.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Feb 23rd, 2004, 05:57 PM
#8
Thread Starter
Fanatic Member
Could you give me that link, NoteMe?
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
-
Feb 24th, 2004, 04:04 AM
#9
Wow, took me some time to find that link... ...to many mails to look through.... ...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/
-
Feb 26th, 2004, 10:04 PM
#10
Thread Starter
Fanatic Member
Thanks for the replies. I think we are going with Qt.
"Can't" and "shouldn't" are two totally separate things.
All questions should be answered. All answers should be true. That is why I post.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|