Hi Everyone,

I am trying to write a service in an ATL object project where I need to access an access database via the code. I know that the normal method is to start with the DAO class CDaoDatabase.

I tried:

CDaoDatabase* MyDB;

But C++ always returns the error "Expected ';' after CDaoDatabase" when I try to build it, I have no idea of where to go next. Please Help!?!

Thanks a mil in anticipation.

Needaname16.