Tornado API Library - V12.26.07

z.dbDownloadFlds Property

Define the fields to be included in the download.

Product Version

All
[Visual Basic]
Public Property dbDownloadFlds As String
[C#]
public string dbDownloadFlds {set;}

Property Value

Mydb.dbdownloadflds = "FieldNameOrNumber, FieldNameOrNumber"

QuickProp Keyword Abbreviation

df

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.

Example

See Special Topic - Download for more details.

See Also

z Class | Tornado Namespace | dbDownloadHideFlds | dbDownloadMagicCell | dbDownloadParams | ASPdbDownload | Special Topics - Download