Advertisement
hungvb

Check Password VB.NET

Nov 20th, 2021
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.26 KB | None | 0 0
  1. Public Function _kiemtra(ByVal strLenh As String) As Integer
  2.         Dim intkt As Integer
  3.         open_connect()
  4.         Dim cmd As New SqlCommand(strLenh, strconnect)
  5.         intkt = cmd.ExecuteScalar
  6.         strconnect.Close()
  7.         Return intkt
  8. End Function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement