DataURLDataURL*
*Contents  *Index  *Topic Contents
*Previous Topic: CharSet
*Next Topic: EscapeChar

DataURL

Specifies the location of the data file.

Syntax

dataobj.DataURL = sValue

sValueString expression that points to the data file using a standard URL format such as http:, ftp:, or file: (for example, http://www.microsoft.com/dummy/testdata.txt).

Normally the DataURL property is specified in the Web page along with the <OBJECT> tag for the Tabular Data Control. However, if you change this property after the page has been loaded, this will cause the data file to be loaded on the next Reset. The most common use for DataURL is to set AppendData to TRUE and combine multiple different data files. It could also be used to force the data to be read a second time. You could use this to force a refresh during debugging, for example.

See also AppendData, Reset


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.