Click to See Complete Forum and Search --> : Diff. between COM/RA


Gowri Sankar. J
October 29th, 1998, 01:56 AM
What's the difference between Remote Automation and Com/DCom?

James Grant
November 27th, 1998, 11:26 AM
Not totally clear, but here is my best guess:


COM-

For local machine.


Automation-

COM component that supports automation interfaces (i.e. VB can use it).


DCOM-

COM on a network.


Remote Automation-

Automation on a network.


Basically, COM is the core structure. Then, it has to be mangled with automation interfaces (IDispatch, specific types) for VB to use it.


-Jim