02-11-2023 10:45 AM
How to solve that Labview takes time While make connection with Microsoft SQL server 2019 ?
02-11-2023 10:48 AM
02-13-2023 08:26 AM
Not exactly sure what your problem is, but to connect to SQL database with Labview you need Database Connectivity Toolkit.
02-14-2023 01:56 AM
and the Open Connection VI of that toolkit has a default time-out setting of 15 seconds.
If that is not enough you probably never get connected 🤣
Kees
02-25-2023 10:12 AM
I am using Labview 2019 version to make connection with Microsoft SQL2019.i have make connection through ODBC.Labview 2019 takes time to make connection with Microsoft SQL 2019.how can i solve that delay issue ?
02-25-2023 12:30 PM
@duraik756 wrote:
I am using Labview 2019 version to make connection with Microsoft SQL2019.i have make connection through ODBC.Labview 2019 takes time to make connection with Microsoft SQL 2019.how can i solve that delay issue ?
How long is the delay?
02-26-2023 10:39 AM
it takes 7-10 secs
02-27-2023 02:03 PM
@duraik756 wrote:
it takes 7-10 secs
If I were you, the next thing I would do is look at Wireshark to see who is taking that much time, but that is me. Are you using the database connectivity kit or some other ODBC library?