I have a problem facing the code below ( syntax error ). Please help me, what should I do. Thank you Table column: variable: Statement: in In addition, you are missing a number of double quote marks or they are missing the wrong place, a number of spaces, and try to start pName for 'Remember' :. "Select from" * if PMobile is a string, you can type it from PID, pAltId, pMobile, pdate, pName
argID, alt_ID, p_mobile, p_date, p_Name
string selectStr = "select * to" + thisTable + "where pid = '' + + +" + + + + + + + + or + pAltId = "+ Alt_ID" + OR + pMobile = "+ p_mobile" + OR + pDate = "+ p_date" + OR + pName = "+ p_Name" '';
+" where pid = '' + + "argid +" The value for PID should be in single quote or not? You have an initial ', but no end.
string selectStr = + thisTable + "where PID =" + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + or + "pmobile = "+ P_mobile +" "+ or +" pdate = '' + p_date + "'+" + or + "pName =' '+ p_Name +' '"
+ "pMobile =" + p_mobile + "" to
+ "pMobile = '" + P_mobile + "' '' '
No comments:
Post a Comment