Posts by Jonathas Tobias • 33 points
1 post
-
3
votes1
answer408
viewsQ: Sqlconnection failure in C#
SqlConnection ABC = new SqlConnection( "Data Source=(local);Initial Catalog=Database1;Integrated Security=SSPI"); SqlCommand command = new SqlCommand(); SqlDataReader dataRead; I’m using this code…