Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
N-Tier and Latency
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00177374
Message ID:
00178691
Views:
32
>I hadn't heard anything except grids, but the others would all makes sense as well. That would certainly KA.

I am still not sure this ADO thing is the best way to go. Unless I am missunderstanding this thing.

When an object is passed from a middle tier object to a front end ap, isn't it just a reference? So, IF MyApp on MyClient asks for some data from MyMiddle on MyServer...

So, MyMiddle does something like...

oConn = createobj('ADOBC.Connection')
oConn.Open("dsn=MySource")
oRs = oConn.Execute("select * from MyTable")

return oRS

Now... MyClient recieves that... isn't that a reference to an object that is running on MyServer? So, all the communications is still going over DCOM back to the server?

Thanks,
BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform