Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.65K
~3K People Reached
Favorite Forums

1 Posted Topic

Member Avatar for Smalls

Change the statement Dim cmd As New SqlCommand("SELECT Username, Password FROM(Users) WHERE (Username = '" & UserTXT.Text & "') AND (Password = '" & PassTXT.Text & "')", con) to remove the parentheses around the table name. The proper syntax is Dim cmd As New SqlCommand("SELECT Username, Password FROM Users WHERE …

Member Avatar for akash_12
0
3K

The End.