SMART FACTORY - DB연결 계속


SMART FACTORY - DB연결 계속

namespace BookRentalShop20 { public partial class LoginForm :MetroForm { string strConnString = "Data Source=192.168.0.28;Initial Catalog=BookRentalshopDB;Persist Security Info=True;User ID=sa;Password=p@ssw0rd!"; public LoginForm() { InitializeComponent(); } /// /// 캔슬버튼 클릭이벤트 /// /// /// private void button2_Click(object sender, EventArgs e) { //Application.Exit(); //단점이 있다 정확하게 해제가 안되는 경우가 있다..


원문링크 : SMART FACTORY - DB연결 계속