Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stored Procedure Good/Bad? How?
Message
 
To
12/01/2001 14:07:56
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00463078
Message ID:
00463152
Views:
14
>> 3. DCOM. A VFP DCOM server can sit on the same machine as the VFP data. When called be a client program (VFP in your case), the DCOM server is on the same machine as the VFP data, so processing is not slowed down by transferring the data across the network
>
>I'd like to know more about this as well. I had thought about COM but had no idea where to start.

Toni Feltman gave a great presentation on this at the Great Lakes Great Database Workshop back in November. I would send you her paper, but I am not sure if that is legal :-). Basically, you create an out-of-process server (a .exe), install it on the file server, then call it from the workstation with CREATEOBJECTEX (rather than CREATEOBJECT). Then all the processing takes place on the file server.
Chris McCandless
Red Sky Software
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform