摘要: 数据库中存在的用户名跟密码 运行结果: 代码如下: private void button1_Click(object sender, EventArgs e) { try { if (textBox1.Text == "") { MessageBox.Show("用户名不能为空"); } else 阅读全文
posted @ 2019-03-18 11:04 猎人7号 阅读(5676) 评论(0) 推荐(0) 编辑
摘要: 代码如下: private void button1_Click(object sender, EventArgs e) { SqlConnection conn = new SqlConnection(@"Data Source=SANM\SQLEXPRESS;Initial Catalog=da 阅读全文
posted @ 2019-03-18 10:53 猎人7号 阅读(2854) 评论(0) 推荐(0) 编辑