intermediary like the Internet Information Server. The programming model
specifies the sequence of activities necessary to accomplish this goal. The object
model specifies the objects whose methods and properties affect the programming model.
RDS provides the means to perform the following sequence of actions:
13. Specify the program to be invoked on the server, and obtain a way (proxy) to
refer to it from the client. (RDS.DataSpace)
14. Invoke the server program. Pass parameters to the server program that
identify the data source and the command to issue. (proxy or
RDS.DataControl)
15. The server program obtains a Recordset object from the data source,
typically by using ADO. Optionally, the Recordset object is processed on the
server. (RDSServer.DataFactory)
16. The server program returns the final Recordset object to the client
application. (proxy)
17. On the client, the Recordset object is put into a form that can be easily used
by visual controls. (visual control and RDS.DataControl)
18. Changes to the Recordset object are sent back to the server and used to
update the data source. (RDS.DataControl or RDSServer.DataFactory)
No comments:
Post a Comment