Define SQL(s) to be executed before first entry.
dbQP Abbr: sct
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbSilentCmdText { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbSilentCmdText As String |
Field Value
Obj.dbSilentCmdText = "(|~)File| Command| Type| Tout, ..repeat"| Keyword | Description |
|---|---|
| File | SQL, SP or SET statements in a file. Use virtual path. |
| Command | SQL, SP or SET statements |
| Type | Command Type (1=SQL Text, 2=Table, 4=SP) Default=1 |
| Tout | Command TimeOut (def=30 seconds) |
Remarks
* There is no error returned.
* Separate multiple commands by Group Delimiter.
Examples
X.dbDSN=Application("Nwind") X.dbSilentCmdText="SET QUOTED_IDENTIFIER ON" X.ASPdbNet