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
Titre:
RETURN Scatter Object
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:
01027284
Vues:
63
Hi!

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.
Marvin Blase (tA-logistic Software GmbH)
You'll never notice the good things if you haven't seen the bad.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform