|
I used MFC to create a single document-based application framework (the data source was not bound during the creation process). I wanted to connect to the data source when the user entered the corresponding password in the program, so I derived my own from the RECORDSET Class, but it prompts 'CRecordset': base class undefined at compile time. What is the problem? How can I solve it? |
|