StoredProc
Execute a stored procedure.
Component Signature
Attributes
Atrribute
Type
Required
Description
Default
procedure
string
true
The name of the procedure to execute.
datasource
string
false
The name of the datasource where the stored procedure is registered.
username
string
false
password
string
false
blockfactor
integer
false
debug
boolean
false
false
returnCode
boolean
false
false
result
string
false
Examples
Last updated