Define the fields to be included in the download.

dbQP Abbr: df
Version: All

Namespace:  Tornado
Assembly:  Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)

Syntax

C#
public string dbDownloadFlds { get; set; }
Visual Basic (Declaration)
Public Property dbDownloadFlds As String

Field Value

Mydb.dbdownloadflds = "FieldNameOrNumber, FieldNameOrNumber"

Remarks

If dbDownloadFlds property not specified then it'll include ALL fields in the recordset. If LargeDownload is true, then a temp file will be written to the scratch directory and the an <HREF..> will prompt for a download. Remember to set a schedule tasks to clean up the scratch directory. There is no need to include any buffering statements in ASPdb.Net for download in Tornado.

Examples

See Special Topic - Download for more details.

See Also