Difference between revisions of "TestIT:Programming Database"
Jump to navigation
Jump to search
NolekAdmin (talk | contribs) (Created page with "==5.3.10 Database== ===Execute=== '''Description:''' <br /> It will execute the SQL stored procedure. '''Code example:''' :<code>Database.Execute(MSSQLConnection, _Done)</cod...") |
NolekAdmin (talk | contribs) |
||
| Line 26: | Line 26: | ||
|Will be set when command is done | |Will be set when command is done | ||
|} | |} | ||
| + | |||
| + | |||
| + | [[TestIT:Programming#5.3_Commands|Back to Programming - Commands]] | ||
Latest revision as of 15:18, 11 September 2019
5.3.10 Database
Execute
Description:
It will execute the SQL stored procedure.
Code example:
Database.Execute(MSSQLConnection, _Done)
| Parameters | ||
|---|---|---|
| Parameter | Type | Description |
| Device name | String or String symbol | The device name |
| Done | String or String symbol | The recipe name |
| Timeout | Bool symbol | Will be set when command is done |