A text file that can be accessed by any property that requires an external source.
dbQP Abbr: cmf
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbCommonFile { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbCommonFile As String |
Field Value
Mydb.dbCommonFile="Virtual or physical file path of a text file"Default path = InstallDir + /bin/ASPdbCommon.txt
Remarks
A typical usage is as a dropdown dat asource. A dropdown can draw data from a DB, Global.asax,
Application and a CommonFile. To retrieve data from a CommonFile, Wrap the data block name in <<...>>
The format of the data in the CommonFile is -
<Block Id>
... content
... content
</Block Id>