07-20-2018 04:33 PM
What version of SQL Server Express does LV runtime 2015 install, and what does it do if a later version is already present?
07-31-2018 07:54 PM
Hello,
The SQL is not something that is installed with the LabVIEW Runtime Engine. In this case, if you are creating an executable with Database Connectivity Toolkit, you should make sure that you have dependencies in the build specifications. The access of this toolkit is mainly to communicate with data bases organized with the SQL format, but there are no specific functions of SQL.
In this manual you can check about SQL information.
08-01-2018 03:44 PM
I've asked the question wrong, it's not the runtime, it's the DSC. When DSC 2018 is installed, what version of SQL Express will it install? And if it sees a newer version of SQL Express already in the default instance when it's installed, what will it do?
09-19-2018 10:31 AM
I believe it is SQL Server 2008.