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
1 Posted Topic
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 …
The End.
I.Ahmad