Sqlclose
![]() |
Closes an active multi-row dataset initiated with Sqlcursor. |
Supported Script Types
Properties
Property | Details |
---|---|
TimeoutSec | The amount of seconds that the action waits to execute before timing out. The value must be between 0 and 60. |
Branches
Branch | Details |
---|---|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the other branches are not defined. |
Tips & Tricks
The query should still be active when this action is executed, otherwise, once Sqlnext triggers the End Of Dataset branch condition, the query would already be closed and Sqlclose would be unnecessary.