Define SQL(s) to be executed before first entry.

dbQP Abbr: sct
Version: All

Namespace:  Tornado
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"
KeywordDescription
FileSQL, SP or SET statements in a file. Use virtual path.
CommandSQL, SP or SET statements
TypeCommand Type (1=SQL Text, 2=Table, 4=SP) Default=1
ToutCommand TimeOut (def=30 seconds)

Remarks

* There is no error returned.

* Separate multiple commands by Group Delimiter.

Examples

CopyVB.NET
X.dbDSN=Application("Nwind")
X.dbSilentCmdText="SET QUOTED_IDENTIFIER ON"
X.ASPdbNet

See Also