Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating my own DCOM Server
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Creating my own DCOM Server
Divers
Thread ID:
00396980
Message ID:
00396980
Vues:
47
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform