Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Accessing the Constructor Object
Message
 
 
To
10/10/2001 15:08:21
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00566600
Message ID:
00569328
Views:
17
>Does anyone know how to access the constructor object in COM+?

1. Make sure your object is configured within a COM+ application.

2. In the Component Services snap-in navigate to your component by right-clicking the component and selecting Properties.

3. In the Activation tab select "Enable Object Construction" and type the string in the Constructor String text box. This may be a DSN, the name of some computer or queue, or some other information that your application needs to function that is administration-related.

If you want to create a VFP COM server that utilizes a construction string, you'll need to implement IObjectConstruct in the COM+ Services Library.
Mike Stewart
Previous
Reply
Map
View

Click here to load this message in the networking platform