DB연결 (1) 썸네일형 리스트형 [C#] DB연결 SQLConnection SqlConn = new SqlConnection("server=localhost;uid=sa;pwd=ssss; database=OurI"); SqlConn.Open(); string Sqlstr = "select Password from Login where Id = " + "'" + Form_Login.LoginID + "'"; SqlComm = new SqlCommand(Sqlstr, SqlConn); SqlConn = new SqlConnection("server=localhost;uid=sa;pwd=ssss;database=OurI"); SqlConn.Open(); string Sqlstr = "Insert Login values('" + Form_UserCreate.CreateName + "'.. 이전 1 다음