Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
RETURN Scatter Object
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
RETURN Scatter Object
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01027284
Message ID:
01027284
Views:
61
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.
Next
Reply
Map
View

Click here to load this message in the networking platform