I mean I have used the connection string below:
scon1.ConnectionString = "Server=(local);Database=Department;Integrated Security=True";
but the compiler couldn't achieve the SQL Server and this error appeared:
please guide me to solve this,Thank you.