SQLProcsTimeout

Examples


This setting specifies the number of seconds to wait for a SQL stored procedure to execute before returning to the application. Without this setting, Dexterity will wait indefinitely for a stored procedure to execute.

Syntax

SQLProcsTimeout=seconds

Parameters

seconds - An integer that determines the number of seconds. If set to 0, timeout is disabled and Dexterity will wait indefinitely. The default value is 300.


Documentation Feedback