Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dcom
Message
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Dcom
Miscellaneous
Thread ID:
00396373
Message ID:
00396393
Views:
12
Hi Ed,

Witch one you think is the best one.

Dbf --> Fast but as to delete file after...
RS --> No File care but what's about Speed...
Xml --> what's about parser et over head to convert...

Thank's For you answer
Rock



>>Hi All,
>>
>>I used a Dcom object to Run some query directly on my serveur but i don't know what is the better way to bring back this query information to the client.
>>
>>.Dbf File ; Record Set ; Array ???
>>
>
>You can't pass the result back as a .DBF file directly; the most you could do would be to place the results in a .DBF on a network shared drive and return the path from the DCOM server.
>
>You can pass back an ADO Recordset across a DCOM interface.
>
>You can convert the result to a string representation using XML and pass the string across the DCOM interface.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform