Click here to hide categories Click here to show left categories
User: Home welcome : Guest Log In / Register here
SqlConnection nwindConn = new SqlConnection("Data Source=localhost; Integrated Security=SSPI;" + "Initial Catalog=northwind"); nwindConn.Open();