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")
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")
public void ASPdbSP();
Overload List of ASPdbSP with option to get all resultsets.
public void ASPdbSP(string);
z Class | Tornado Namespace | dbStoredProc | dbStoredProcCmdParams | ASPdbSP2DS | Special Topic - Tornado, StoredProcedures & DataSet