Error - While using Execute Non Query.
I’m getting below error can anyone please help to me to sort it out.
Error - While using Execute Non Query.
I’m getting below error can anyone please help to me to sort it out.
Try removing double quotes left to status portal like below
‘“+ID+”’,StatusPortal = ‘Patient found’"
Thanks for quick solution, appreciated.
hi
use always string.format(“select * from table where condiation=‘{0}’”, “324”) so we can avoid this errors.
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.