Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ODBC vs ADO
Message
 
To
20/09/1998 19:35:04
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Miscellaneous
Thread ID:
00138418
Message ID:
00138915
Views:
26
>I understand that COM is just an implementation. I just wasn't sure how to get the data in a non-ADO implementation where each tier is physically separated.

Passing objects will do the trick. For example, you can ask the
server to run the query and return you a record object. The object
has physical properties that travel over the wire. You can update
the object, send it back to the server and the server then takes
and updates the database. Works for single records and multi-records
all the same as long as the data is wrapped up in properties or
collections.

You can use VFP objects for this no sweat. You can use RDS for example
and use the Remote Object access features even if you don't return
anything ADO related over HTTP. If you have direct net access then
DCOM will work more smoothly...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform