CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 1999
    Location
    Italy
    Posts
    80

    Database connection

    I want to know your opinion about methods to connect to an access database.
    I use DAO and think it's a good methods.
    Looking at your posts i see that anybody use this method.

    Something over there is coding....
    ... and you don't know!

  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Database connection

    IMHO ADO is the most strategic interface for accessing any database. It is part of UDA (Universal data access), MS's way to offer a generic interface to any data store.

    Although DAO might offer more functionality at the present time, I thing in the future ADO will catch up.


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