Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Do dll com servers run in their own data session
Message
 
 
To
24/01/2002 15:39:28
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00610063
Message ID:
00610085
Views:
18
>Hi
>I have a vfp com server based on the custom class, built as a single threaded com server dll. If I create an instance of this class from within another class, it appears that that the com server is operating in an isolated data session - without access to a cursor opened by the calling class. Is this true?
>
>TIA and regards

Bill,
Because it is COM, it has its own memory space and datasession (default session created when VFP launches). It does not have access to anything within your application that you don't pass as a parameter to it.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform