Bartlett20
0
Q:

how to use sqlcommand

 SqlConnection conn = new SqlConnection("Database=student;Server=.;user=sa;password=aaaaaaa");  
            conn.Open();  // Open the connection  
            // body    
            // body   
            conn.Close(); // Close the connection  
0

New to Communities?

Join the community