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
steve potts
NA
29
10.6k
need to search mysql for something and return the value in the next colum
Oct 18 2012 11:30 AM
Hi all,
i have a very simple table in mysql, i can connect etc fine, and i think i have the query i need, but how do i get this working in c#?
what it will basically do is find a username based on the windows username.
sUserName = Environment.UserName;
"'select sms_un from smsusers where domain_un = ' + sUserName;";
sorry its quite hard to describe :) does this make sense?
Reply
Answers (
4
)
C# .. loop !!
C# valid date