Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #107.55K
~1K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for bravo659

[COLOR="Green"][B][I][U]open connection befor declaring the ExecuteReader[/U][/I][/B][/COLOR][TEX][/TEX] like this Dim sql = "SELECT Username,password FROM Login WHERE Username = '" & TextBox1.Text & "' AND password = '" & TextBox2.Text & "'" con.Open() Dim cmd As OleDbCommand = New OleDbCommand(sql, con) Dim dr As OleDbDataReader = cmd.ExecuteReader

Member Avatar for renzlo
0
1K

The End.