I need to get the values of USERID and put it in a string.
string strSQL = "SELECT USERID FROM TBUSERS WHERE USERNAME='" + strReportTo + "'";
OdbcCommand myCommand = new OdbcCommand(strSQL, myConnection); myConnection.Close();
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ganesh.haPosted Oct 1, 2004, 1:05 AM
aartikaurPosted Oct 1, 2004, 12:39 AM