เป็นผมจะ select count(...) มา
แล้วก็ if แบบ บ้านๆ เลยครับ
Date :
2019-09-19 20:20:45
By :
lamaka.tor
No. 5
Guest
Code (VB.NET)
cm = New SqlCommand("Select ok from No where yes='" & txtID.text & "'", Connt)
DR = cm.ExecuteReader
If DR.HasRows Then
DR.Close()
msgbox("This account code is existing")
else
DR.Close()
Record save!
end if