Populating Combobox From Database (MS Access)
General and Desktop
1
Posts
1
Posters
505
Views
1
Watching
-
Dear Friends
I’m beginner in Qt.
How cat I populate the combobox with the names of fields with value from an MS Access database with query
Query=”SELECT name , id FROM person” => name=display , id=value
MS Access database 2007= QCoreApplication::applicationFilePath() + “\mydb.mdb”
Please Help Me.
Regards