Here's what I want to do:
SqlCmd.CommandText = "SELECT count(id) FROM User WHERE Login = '" & txtLogin.Text & "' AND Password = '" & txtPassword.Text
Printable View
Here's what I want to do:
SqlCmd.CommandText = "SELECT count(id) FROM User WHERE Login = '" & txtLogin.Text & "' AND Password = '" & txtPassword.Text
nm Got it, +