2
Answers

I need to get the values of USERID and put it in a string.

mathieusgirl2002

mathieusgirl2002

20y
2.2k
1
string strSQL = "SELECT USERID FROM TBUSERS WHERE USERNAME='" + strReportTo + "'"; OdbcCommand myCommand = new OdbcCommand(strSQL, myConnection); myConnection.Close();
Answers (2)