database with SDI
C / C++ / MFC
3
Posts
2
Posters
0
Views
1
Watching
-
I learnt from a book how to create a database by creating a new wizard app SDI with ODBC support, but is there a way which i can incorporate a database into an already made SDI(without ODBC support)? coz i only realise i need a data base for my GUI after I did the SDI..thanx
-
I learnt from a book how to create a database by creating a new wizard app SDI with ODBC support, but is there a way which i can incorporate a database into an already made SDI(without ODBC support)? coz i only realise i need a data base for my GUI after I did the SDI..thanx
-
first #include "afxdb.h" in your stdafx.h file then simply add the CRecordSet Classes into your code with the ClassWizard