Hi everybody,
I want to establish a connection to an .mdb database through Microsoft Jet engine, using DAO. I have a dialog based application and in the OnInitDialog() function I inserted the line
CDaoDatabase* pdb = new CDaoDatabase();
But the compiler doesn't seem to know what CDaoDatabase is because it reports the "undeclared identifier" error at building.
Is it something that I should have done first?
Thanks!
I want to establish a connection to an .mdb database through Microsoft Jet engine, using DAO. I have a dialog based application and in the OnInitDialog() function I inserted the line
CDaoDatabase* pdb = new CDaoDatabase();
But the compiler doesn't seem to know what CDaoDatabase is because it reports the "undeclared identifier" error at building.
Is it something that I should have done first?
Thanks!