TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Gertrudis Carreras
NA
1
0
Search exact text in datareader
Jun 23 2013 9:03 PM
Hi to all,
I have a datareader that return the list of all users in a database, but always return text in lower or uppercase:
string CommandText = "SELECT username, password " + " FROM users" + " WHERE username = @Find";
users in database:
jose
maria
carlos
if Iwrite: JOSE in upper case, it shows the one in lowercase how to avoid this please.
Thanks in Advance
Reply
Answers (
5
)
Error in coding
find a mistake from code actually this coding not upload fi