PDA

View Full Version : Database



hazardpeter
19th December 2009, 16:52
Hello, I need to make an application that has a connection to a database, however I am a litle lost with it.

What can I use to make an application that uses a database?

wirasto
19th December 2009, 18:21
QSqlDatabase ?

john_god
19th December 2009, 18:26
I would start by checking the example of "sql browser" in qt assistant
or at

http://qt.nokia.com/doc/4.5/demos-sqlbrowser.html

hazardpeter
19th December 2009, 18:48
Ok thank you, I will check both your recommendations.