mysql = "select * from TLogin where username = '" &Uname &"' and password ='" & Pass & "'"
set Dan = conn.execute(mysql)
if not Dan.EOF then
sql = "update TLogin set password = '" & Pwd & "' where username = '" & Uname & "'"
response.write("ได้ทำการเปลี่ยน Password เรียบร้อยแล้ว")
else
response.write("ท่านกรอกUsername หรือ Password เดิม ผิดหรือเปล่า ?")
end if