Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
N-Tier and Latency
Message
De
21/01/1999 15:44:22
 
 
À
21/01/1999 15:34:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00177374
Message ID:
00178699
Vues:
38
>>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


If you create a client-side recordset, then the data will be passed to the client. With a cursor-side recordset, the data stays on the server.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform