database data in listbox
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
I want to display the database records in the listbox. All I have done with database is specifiying the database support while creating the project so that I get a record by record display. Could anyone tell how to implement it? Thank You
A lot depends on what kind of database access you are using and what kind of database you are accessing. ADO is the easiest method and is well documented with examples at http://www.codeproject.com/database/ Michael Programming is great. First they pay you to introduce bugs into software. Then they pay you to remove them again.