CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Aug 1999
    Location
    California
    Posts
    143

    getting started on ADO

    Is ADO all the facets of ActiveX? If not, what other divisions of ActiveX are there?


  2. #2
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: getting started on ADO

    ADO is just a way to retrieve data from several datasources, and can be accessed via ActiveX. This does not mean ADO is ActiveX. ActiveX enabled (as they might call it), is when a component exposes methods and/or properties, which can be used from inside programs or other components. This looks a lot on OO-programming (object oriented), and in some way it is. But because it is not complete OO, it is called 'component based'-programming.

    So the only way that ADO is ActiveX, is that is is ActiveX enabled, allowing us to use it via components in VB, in the same (sort of) way that it allows us to use Access and Excel from VB.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  3. #3
    Join Date
    Aug 1999
    Location
    California
    Posts
    143

    Re: getting started on ADO

    I greatly appreciate your response and if yhou don't mind I will notate some or all of your reply into my ADO book.


  4. #4
    Join Date
    Jan 2000
    Location
    Olen, Belgium
    Posts
    2,477

    Re: getting started on ADO

    ADO Book, nice, let me know when it is finished, and if you need a reviewer for the book, just let me know.

    Tom Cannaerts
    [email protected]

    Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the universe is winning -- Rich Cook
    Tom Cannaerts
    email: [email protected]
    www.tom.be (dutch site)

  5. #5
    Join Date
    Aug 1999
    Location
    California
    Posts
    143

    Re: getting started on ADO

    Do not misunderstand, it is not MY book, only one I am reading. I was just reading about RDS and excerpting also to the COM/ATL book that I have on the subject. Any experience in this area?


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