Execute Stored Procedures using on-the-fly or full parameter options. If dbStoredProc is used, dbSQL is ignored.
To define output variables, use the Full parameters syntax and intdir=2.
The returned variable can be obtained via GD..Get_SPOutput("@Variable Name")
Version: All
Namespace:
TornadoAssembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public void ASPdbSP() |
| Visual Basic (Declaration) |
|---|
Public Sub ASPdbSP |