URL Property (RDS)

Microsoft ActiveX Data Objects (ADO)

RDS 2.5 API Reference

URL Property (RDS)

Indicates a string that contains a relative or absolute URL.

You can set the URL property at design time in the DataControl object's OBJECT tag, or at run time in scripting code.

Syntax

Design time: <PARAM NAME="URL" VALUE="Server">
Run time: DataControl.URL="Server"

Parameters

Server
A String value that contains a valid URL.
DataControl
An object variable that represents a DataControl object.

Remarks

Typically, the URL identifies an Active Server Page (.asp) file that can produce and return a Recordset. Therefore, the user can obtain a Recordset without having to invoke the server-side DataFactory object, or program a custom business object.

If the URL property has been set, SubmitChanges will submit changes to the location specified by the URL.

See Also

VBScript Example

Applies To: DataControl Object (RDS)

© 1998-2003 Microsoft Corporation. All rights reserved.