摘要:
数据库中存在的用户名跟密码 运行结果: 代码如下: private void button1_Click(object sender, EventArgs e) { try { if (textBox1.Text == "") { MessageBox.Show("用户名不能为空"); } else 阅读全文
摘要:
代码如下: private void button1_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(@"Data Source=SANM\SQLEXPRESS;Initial Catalog=da 阅读全文