05-23-2015 04:16 AM
I am using UDL file to connect to SQL server. Using UDL file I am able to connect to database but when I am using same file in labview to connect, I am getting above message.
Attached UDL file for better understanding
Suggest how to make it work.
(WIN-7, SQL-2008,LV-2011)
05-23-2015 05:57 AM
Your connection string is telling SQL Server Native Client to use NTLM/integrated security. You need to use SQL Server authentication (i.e. username/password.) See http://www.connectionstrings.com/sql-server/ for examples.
05-23-2015 06:00 AM - edited 05-23-2015 06:02 AM
I am using ID password to connect.I am not sure why it was not there in UDL.