With comedit
.CommandText = sql
.CommandType = CommandType.Text
.Connection = conn
.ExecuteNonQuery()
End With
End If
MsgBox("ทำการแก้ไขข้อมูล" & NameLTextBox.Text & "เรียบร้อยแล้ว", MsgBoxStyle.Information, "แก้ไขข้อมูล")
showAllEmployees()
ทำไมมัน UpDate ไม่ได้ครับ แต่ Insert,Delete ได้ครับ
แต่พอเอาโค้ดไป Run ใน SQL Query Analyzer ในฐานข้อมูล Sql มัน Run ผ่านครับ งง??
ช่วยดูให้หน่อยครับ