Step 1: Specify a Server Program (RDS Tutorial)

Microsoft ActiveX Data Objects (ADO)

RDS 2.5

Step 1: Specify a Server Program (RDS Tutorial)

In the most general case, use the RDS.DataSpace object CreateObject method to specify the default server program, RDSServer.DataFactory, or your own custom server program (business object). A server program is instantiated on the server, and a reference to the server program, or proxy, is returned.

This tutorial uses the default server program:

Sub RDSTutorial1()
   Dim DS as New RDS.DataSpace
   Dim DF as Object
   Set DF = DS.CreateObject("RDSServer.DataFactory", "http://yourServer")
...

See Also

Step 2: Invoke the Server Program (RDS Tutorial) | RDS Tutorial (VBScript) | RDS Tutorial (Visual J++)

© 1998-2003 Microsoft Corporation. All rights reserved.