|
-
Dec 4th, 2000, 03:21 PM
#1
Thread Starter
New Member
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
-
Dec 4th, 2000, 08:08 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|