Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
I need to get the values of USERID and put it in a string.
mathieusgirl2002
20y
2.2k
1
Reply
string strSQL = "SELECT USERID FROM TBUSERS WHERE USERNAME='" + strReportTo + "'"; OdbcCommand myCommand = new OdbcCommand(strSQL, myConnection); myConnection.Close();
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
I need Help building this query:
Problem with Datagrid