07-12-2020 12:53 PM
Hello Team,
I am dealing with MSSQL query which takes not less than 60 seconds to execute. But i am always getting LabVIEW popup which says Query Timeout expired. So I learned that there is a default timeout of 30 sec for DB Tools execute query.vi and can be changed by using DB Tools Set Properties.VI. Can anybody explain me how to use this VI? I tried to set timeout as given in the screenshot but getting property value is invalid error.
Thank you in advance.
Code Snippet
LabVIEW_WKvsNCtvq8.png
Invalid property error
QZtQQCpTcw.png
Topic which mentions about DB Tools Set Properties.VI
firefox_11FadAdlsQ.png
10-14-2020 01:48 PM
It's because you are passing no args. Try this:
image.png