Connect Property

Sets or returns the database name from which the query and update operations are run.

You can set the Connect property at design time in the RDSIE3.DataControl object's OBJECT tags, or at run time in scripting code (for instance, VBScript).

Syntax

Syntax
Design time <PARAM NAME="Connect" VALUE="DSN=DSNName;UID=usr;PWD=pw;">
Run time RDSIE3.DataControl.Connect = "DSN=DSNName;UID=usr;PWD=pw;"

Part Description
DSNName A String that specifies the system data source name that identifies a specific database.
usr A String that represents a valid user account on the server.
pw A String that represents a valid password for the user account.
RDSIE3.DataControl An object variable that represents an RDSIE3.DataControl object.

Applies To

RDSIE3.DataControl

Example

See Also

Getting a Recordset to the Client, Query Method, Refresh Method, SubmitChanges Method, Using RDSIE3.DataControl to Pass Updated Recordsets to the Middle Tier