How does a DCOM component know where to instantiate itself?

Answer Posted / guest

To create a remote instance of a script component, call the
CreateObject method, passing it the name of the remote
computer as a parameter.
If the remotable attribute of a script component's
<registration> element has been set to "true,"
the script component can be instantiated remotely from
another computer using Distributed COM (DCOM).

Both computers must have basic DCOM installed. Note The
ability to use CreateObject for instantiating remote script
components requires Visual Basic 6.0 or later or VBScript
5.0 or later.
The following Visual Basic example shows how to do this on
a computer named "myserver":

Set newS = CreateObject("Component.MyComponent", "myserver")
Note There can be a slight delay when you first
instantiate a remote script component while DCOM
establishes communication between the computers.

1. You can specify the machine on which you want to create
the remote server object in DCOM config ('dcomcnfg').

2. You can specify the machine name when instantiating the
remote server object. In C you can do this with a call to
CoGetClassObject or CoCreateInstanceEx (instead of
CoCreateInstance, which does not allow you to specify the
name of the machine).
In VB you can specify the name in one of the parameters in
the call to CreateObject

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the Internet tools available in VB 6.0?

2401


How would you add column headers in listview control?

1656


How do I implement Undo?

972


____ property is used to lock a textbox to enter a datas.

1171


What language does visual basic use?

515






How would you create your application in DHTML?

1528


____ is the difference between Listindex and Tab index.

1312


What is ado in vb.net?

513


Timer control contains ________ no. of events.

1743


__ no of controls in form.

1074


what is use of book mark in excel ? send answer in my id ashishpal11@rediffmail.com

1736


Difference between Dynaset and Snapshot?

1676


what is the control used to call a windows application.

1518


____ property of menu cannot be set at run time.

1167


Explain Default cursor Type and LockEdits type in RDO?

1499