Define stand alone SP properties for ASPdbSP, ASPdbDS or ASPdbSP2DS.
dbQP Abbr: sp
Version: All
Namespace:
TornadoVersion: All
Assembly: Tornado (in Tornado.dll) Version: 12.6.0.9 (1.0.0.0)
Syntax
| C# |
|---|
public string dbStoredProc { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property dbStoredProc As String |
Field Value
Mydb.dbStoredProc="SPname| Type| NoRS"| Keyword | Description |
|---|---|
| SPName | Name of stored procedure or command text. SPname=byroyalty |
| SPType | SP (def) | Table | Text.
Use Table for ACCESS query |
| NoRS | T/F. Returns no recordset. Def=false |
Remarks
- Q311540 - "COMPUTE BY Statements Not Supported by SqlClient".