I want create a program using the DAO technology.I want use .mdb file.But I am a newer on DAO and I have no document about this.So somebody can give me some suggestion,such as websites,booksc,etc. Thanks a lot.
Printable View
I want create a program using the DAO technology.I want use .mdb file.But I am a newer on DAO and I have no document about this.So somebody can give me some suggestion,such as websites,booksc,etc. Thanks a lot.
Have a look at MSDNData Access Objects (DAO)
Class wizard gives support for DAO. Create new project with DAO support. Class wizard will create data access classes for you.
But consider using ADO instead of DAO.
DAO is old technology and Microsoft discontiunues support for it.
... and you can't open Access databases newer than Access 97 without patching the MFC... You should REALLY use ADO.
Thanks all above.Maybe I should use ADO technology.We should follow the microsoft.:p .And ADO can do what DAO can do,but ADO
contain COM ,so I should spend some time to learn it .Thanks again.