SQLCLOSE

Closes an active multi-row dataset initiated with SQLCURSOR.

Supported Script Types

Generic Email Chat Phone Voicemail Work Item

Properties

TimeoutSec
The number of seconds until the query times out. The default is 10. The maximum number of seconds supported is 30 (though larger numbers can actually be entered in the field).

Branches

Default
The Default branch condition will always be used.

Tips and 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.