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

1 Posted Topic

Member Avatar for adam1991

U should try this simple query as dim aurery as oledbcommand=new oledbcommad("select * from <tablename> where username='" & txtuname.text & "' and password='" & txtpasword.text & "')" dim dr as oledbdatareader=query.executereader() if dr.read=true then label1.text="you r welcome" else label1.text="wrong pasword" end if Enjoy coding.. u can direct contact me on …

Member Avatar for I.Ahmad
0
126

The End.