Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating my own DCOM Server
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Creating my own DCOM Server
Miscellaneous
Thread ID:
00396980
Message ID:
00396980
Views:
46
Hooray!!, I manged to get a DCOM object to execute a SQL query.
When the resulting DBF is saved on the Server, it works perfectly. However if I try to get it back to the Client, it sometimes gives OLE errors. For eg the follwing will give an error

oMyDCOM.GetSQL("Select * From Customer INTO \\MyComputer\C\MyResult")

However the following will allways work

oMyDCOM.GetSQL("Select * From Customer INTO MyResult") && in which the result set is stored on the server. Any ideas on what the problem is?
Note: Backend = VFP
Next
Reply
Map
View

Click here to load this message in the networking platform