Answers for "system.data.sqlclient .net"

C#
1

system.data.sqlclient.sqlexception:

// You also need to change the DataSource of the connection string.
connectionString="Data Source=.INSTANCENAME;Initial Catalog=LMS;User ID=sa;Password=temperament"
Posted by: Guest on July-05-2021
0

system.data.sqlclient.sqlexception:

// You can use this connecton
connectionString="Data Source=KELVIN-PC;Initial Catalog=LMS;User ID=sa;Password=temperament"
Posted by: Guest on July-07-2021

C# Answers by Framework

Browse Popular Code Answers by Language