คือว่าพอรันโปรแกรมขึ้นมาก็ erro อันนี้ก่อน Invalid attempt to access a field before calling Read() แล้วต่อด้วยอันนี้ค่ะ object reference not set to an instance of an object แบบนี้เลยค่ะ เป็น MSGBOX ขึ้นมาไม่รู้ว่าผิดตรงไหน ยังไงอ่ะค่ะ
using(SqlConnection con = new SqlConnection("connectionstring"){
con.Open();
using(SqldataReader dr = new SqlCommand("select * from table",con){
if(dr.Hasrows(){
dr.Read();
}
}