PDA

View Full Version : How to connect Qt to SQlite



visualo
21st October 2009, 21:49
hi,

I am a beginner in Qt I need connect my application with database Sqlite. Please how I can connect to Database?

Thanks,

wysota
21st October 2009, 22:24
Start by reading the docs for QSqlDatabase. If that doesn't help, browse Qt examples related to SQL.