ado.net 썸네일형 리스트형 윈폼 제작 여친 관리하기 윈폼 .. using System; using System.Collections.Generic; using System.Text; using System.Data; using System.Data.SqlClient; namespace GirlFriendProject { public class GirlDao { private static string CONNSTR = @"Data Source=DARKNESS;Initial Catalog=teststu;Persist Security Info=True;User ID=sa;pwd=1234"; private static string INSERTAGIRL = "insert into girlfriend(name,tel,grade,characters) v.. 더보기 이전 1 다음