The RDS Object Model Summary

Object Description
RDS.DataSpace This object only contains a method to obtain a server proxy. The proxy may be the default or a custom server program (business object). The server program may be invoked on the Internet, an intranet, or local area network, or be a local dynamic-link library.
RDSServer.DataFactory This object represents the default server program. It executes the default RDS data retrieval and update behavior.
RDS.DataControl
  • This object can automatically invoke the RDS.DataSpace and RDSServer.DataFactory objects.

  • Use this object to invoke the default RDS data retrieval or update behavior.

  • This object also provides the means for visual controls to access the returned Recordset object.