#1
|
|||
|
|||
ADO step timeout
Hello,
I'm using "ADO" step to truncate data from MSSQL database tables. Default timeout for this step is 30 seconds - sometimes it's not enough and step returns "Timeout Expired..." message. Do you know how to increase this timeout value? "CommandTimeout" property doesn't work. Thank you. |
#2
|
|||
|
|||
The ConnectionTimeout property applies to the database connection, not the command being executed. It's not currently possible to set the command timeout within the ADO action. We'll add this to the request list. For now, you may want to use a Run SQL action instead.
http://www.kinook.com/VisBuildPro/Manual/runsql.htm |
#3
|
|||
|
|||
This is available in v7.
|
|
|