Data Access and Transactions

Previous Topic Next Topic

Middle-Tier Elements of Client-Side Data Access

The middle tier is the “bridge” between client computers and database servers. The components on the middle tier respond to requests from the user (or business services) in order to execute a business task.

In an RDS application, business objects on the middle tier handle the data request from the client sent through a transport protocol such as HTTP. Data, in the form of Recordset objects, is made available as an update to client-side controls through the OLE DB provider. The middle tier consists of the following components:

See the following:


© 1997-1999 Microsoft Corporation. All rights reserved.