[Qt-interest] Qt and databases explanations for a beginner
Diego Schulz
dschulz at gmail.com
Wed Aug 19 16:40:59 CEST 2009
On Mon, Aug 17, 2009 at 11:13 AM, Cimpean Andrei
Sebastian<andreiamenta at gmail.com> wrote:
> Hello everybody. I am working on a small application where i have to use
> databases. Unfortunately for me i don't have a clue about how to get a
> database to work with qt. i searched something on the web but the pieces
> didn't quite add up. I want to index some files in a database and then
> if i want i can move the database on another computer and check it out
> there. I didn't quite understand how to actually create that database...
> i have some experience in working on the web with databases and i think
> that might hurt some. Do i have to install something always on the
> computer where i want to have this functionality? Is there something
> like a full step by step example for a beginner? Thank you
I don't know what specifically is what you want to get accomplished.
Connect to a database? read an sql file and execute DDL sentences?
Insert records in a table?
I recommend you to get this fine book
C++ GUI Programming with Qt 4 (2nd Edition)
by Jasmin Blanchette and Mark Summerfield
ISBN 0132354160 / 0-13-235416-0
EAN 9780132354165
There's a earlier edition in PDF format that you can download for free:
http://www.qtrac.eu/marksummerfield.html
regards,
diego
More information about the Qt-interest-old
mailing list