Indicates the database name from which the query and update operations are run.
You can set the Connect property at design time in the RDS.DataControl object's OBJECT tags, or at run time in scripting code (for instance, VBScript).
Design time: <PARAM NAME="Connect" VALUE="ConnectionString"> Run time: DataControl.Connect = "ConnectionString"
Note Specifying MS Remote as the provider for the RDS.DataControl would create a four-tier scenario. Scenarios greater than three tiers have not been tested and should not be needed.
Query Method (RDS) | Refresh Method (RDS) | SubmitChanges Method (RDS)
Applies To: DataControl Object (RDS)