Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
RETURN Scatter Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01027284
Message ID:
01027337
Vues:
28
Why don't you return XML instead? CURSORTOXML() and XMLTOCURSOR should work nicely in this scenario.

>
>I want to do something like this :
>
>Client : "server.sql('select * from table into cursor curtest')"
>Server : "select * from table into cursor curtest"
>Server : "go top in curtest"
>Client : "server.sqlscatter('curtest')"
>Server : "select curtest"
>Server : "scatter name loScatter Memo"
>Server : "skip"
>Server : "return loScatter"
>Client : "append blank"
>Client : "gather name memo"
>
>I have the following problem. I cant get the scatter object back from my compiled OLEPUBLIC DCOM Server EXE. I is always empty in its properties until i manually read them.
>
>What is the "fastest" way getting the data back to my Calling Client?
>
>I try to avaiod using ODBC and other Data Handling tools because i dont trust them :) being fast enough. Or am I wong?
>
>Thank you.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform