doc.SelectSingleNode(“/root/emp[lnam e=" + str + "]“);
No it isn't working that's why i posted it i tried using this already
CString str=L("H'el"lo");
return "concat('" + value.Replace("'", "',\"'\",'") + "')";
return "concat('" + purified_value + "')";
"concat('ppppppppp' )"
return "\"" + purified_value + "\"";
Open in new window
you should 'escape' both quote characters by prefixing them with a backslash \.
Sara