DB Tools Set Properties VI Usage to Set Timeout

Updated Jan 31, 2024

Reported In

Software

  • LabVIEW

Issue Details

I have an MSSQL query that needs more than 30 seconds to execute. The default timeout is 30 seconds. How do I set a customized timeout for this task?

Solution

You can use DB Tools Set Properties VI to set the timeout.
image.png
Normally, you will need to firstly use a DB Tools Get Properties VI to acquire the arguments and pass them to DB Tools Set Properties VI and then set the desired timeout, for example:
image.png