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.55K
~2K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for jaz854

well why wont ya try this stuff Imports System.Data.OleDb Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click Dim sql = "SELECT User_Name,password FROM PasswordTable WHERE User_Name = '" & usertxt.Text & "' AND password = '" & passtxt.Text & "'" cmd = New OleDbCommand(sql, conn) Dim …

Member Avatar for Lhey
0
2K

The End.