|
|
|
ช่วยดูโค้ด c# ให้หนู่หน่อยต่อกับ datadase login ค่ะ |
|
|
|
|
|
|
|
Code (C#)
SqlConnection connt = new SqlConnection();
connt.ConnectionString="Data Source=.\\SQLEXPRESS;AttachDbFilename=|DataDirectory|\\Database.mdf;Integrated Security=True;User Instance=True";
connt.Open();
SqlCommand cmd = new SqlCommand("SELECT * FROM [Login] WHERE Username = '" + textBox1.Text + "' AND Password '" + textBox2.Text + "'", connt);
SqlDataReader adt = null;
adt = cmd.ExecuteReader(); //มัน error ตรงนี่อะค่ะไม่รู้เป็นไร
while (adt.Read())
{
MessageBox.Show("welcome");
}
น่าจะต้อง connt.Open(); ก่อน Create Command น่ะครับ
|
|
|
|
|
Date :
2010-11-27 07:13:29 |
By :
webmaster |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
มันเป็นแบบนี้ค่ะ
มันเป็นไรเหรอค่ะ
|
|
|
|
|
Date :
2010-11-27 07:48:16 |
By :
โบว์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
พิมพ์ sql ผิดครับ
and password เครืองหมาย = หายไปไหน
|
|
|
|
|
Date :
2010-11-27 08:40:04 |
By :
narubet |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
คำสั่ง sql ไม่ถูกตรงบางจุด ดูในช่องที่คุณใส่ค่า 1111 หรือดูจาก error code ก็ได้ครับ
|
|
|
|
|
Date :
2010-11-27 08:40:55 |
By :
Dragons_first |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ขอบคุณค่ะ
|
|
|
|
|
Date :
2010-11-27 10:34:52 |
By :
โบว์ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 00
|