Error - While using Execute Non Query

Error - While using Execute Non Query.

I’m getting below error can anyone please help to me to sort it out.

Hi @vaibhav2.chavan

Try removing double quotes left to status portal like below

‘“+ID+”’,StatusPortal = ‘Patient found’"

Thanks for quick solution, appreciated.

1 Like

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.