CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Hi, I am new.

  1. #1
    Join Date
    Jun 2003
    Posts
    58

    Hi, I am new.

    what is ADO ?
    and what is so special about ADO ?

  2. #2
    Join Date
    Apr 2002
    Location
    New -york ny
    Posts
    22
    Hi
    well to understand ADO, I think you have to understand first a little bit of Ole Db.OleBb is a set of COM interfaces that provide the funtionality to access data from diverse sources no matter where it is located.But because the ole db interfaces get a little bit involved , Microsoft Designed ADO(ActiveX Data object)wich is an easy to use API built on top of Oledb. In fact,ADO abstracts the OleDb Interfaces. So as a programmer, all you need to do is focus on the task at hand rather than the complexity of OleDb.
    If you have any other question about my answer feel free to ask me !

  3. #3
    Join Date
    Jun 2003
    Posts
    58
    thanx, only want to know.

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