Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO & VFPCOM Help
Message
From
14/09/1999 21:55:11
 
 
To
14/09/1999 19:52:30
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00263209
Message ID:
00264788
Views:
21
>Will the following work in a DCOM oject?
>
>*DCOM object
>LPARAMETERS oRS
>LOCAL oRecordset
>oRecordSet = oRS
>oRecordSet.Update
>
>hmmm I feel something is missing ... anyway, will the DCOM accept oRS as a recordset?

Yes.. but I don't think you even have to do that. If you create a Client Side RecordSet in your middle tier and pass it to your IU tier... your UI tier can call the Update of the RS that will marshal the RS to the server which will do the update. I think this is part of ADO.

Could be wrong, I only yhave played with it a little.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform