User defined Csv download filename.
Obj.dbCsvName = "CSV Filename"
This example diplay all fields of the Nwind's Orders table. Download only 4 fields and set the download filename as Test.Csv.
Dim Dload3 As New Tornado.z
With Dload3
.dbQP = "U=9| D=NWIND| Q=Orders| Ni=b5,Download| df=3,2,1,0|" & _
"cn=Test.Csv|Th=ti=Download Csv with Name control"
.ASPdbNET()
End With
z Class | Tornado Namespace | dbCSVDelimiter