CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Mar 2004
    Posts
    5

    Angry somebody can help me about DAO programming?

    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.

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430
    Have a look at MSDNData Access Objects (DAO)

  3. #3
    Join Date
    Mar 2002
    Location
    Croatia
    Posts
    275
    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.

  4. #4
    Join Date
    Sep 1999
    Location
    Germany, Hessen
    Posts
    226
    ... and you can't open Access databases newer than Access 97 without patching the MFC... You should REALLY use ADO.

  5. #5
    Join Date
    Mar 2004
    Posts
    5
    Thanks all above.Maybe I should use ADO technology.We should follow the microsoft. .And ADO can do what DAO can do,but ADO
    contain COM ,so I should spend some time to learn it .Thanks again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured