Define stand alone SP properties for ASPdbSP, ASPdbDS or ASPdbSP2DS.

dbQP Abbr: sp
Version: All

Namespace:  Tornado
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"
KeywordDescription
SPNameName of stored procedure or command text. SPname=byroyalty
SPTypeSP (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".

See Also