Results 1 to 2 of 2

Thread: Please explain!

  1. #1

    Thread Starter
    New Member
    Join Date
    Nov 2000
    Posts
    15
    Hi all,
    Can someone tell me what COM/DCOM/ADO are?!! I heard about them but never been interacted with them. I need some introduction please.
    Thanks

  2. #2
    Guest

    ALL TAKEN FROM MSDN LIBRARY

    COM (Component Object Model)

    Purpose

    COM is a platform-independent, distributed, object-oriented system for creating binary software components that can interact. COM is the foundation technology for Microsoft's OLE (compound documents) and ActiveX® (Internet-enabled components) technologies, as well as others.

    Where Applicable
    COM objects can be created with a variety of programming languages. Object-oriented languages, such as C++, provide programming mechanisms that simplify the implementation of COM objects. These objects can be within a single process, in other processes, even on remote machines.



    [/quote]


    DCOM
    Distributed Component Object Model

    Definition is to long. Look in your MSDN Library for more on DCOM.


    [/quote]


    ADO

    ActiveX™ Data Objects. A cross-language technology for data access that exposes an object model incorporating data connection objects, data command objects, Recordset objects, and collections within these objects. The ADO object model provides an easy-to-use set of objects, properties, and methods for creating script that accesses data in databases.








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