Why no timeout on ADO DataSet Iterator?

Every other SQL/ADO action has a timeout, I now have an issue with a long running SQL query that uses an iterator, but I can;t increase the timeout as it’s missing that option - is this by design or is this something that can be added to in a future build?

Thanks, TJ

Hi TJ,

The timeout value is available on the action properties window. To get to the property select the action, then from the view menu select “Action Property Tab”. In the “Other” section there is a “Timeout” property. This is set to 30 by default. It is the number of seconds to wait before timing the query out.