Execute Non Query: Incorrect syntax near the keyword ‘is’.
Can you please share screenshot of your query expression here. So that we can check and help you.
Hi @Prem_Chand1 ,
Your result SQL syntax is invalid.
Try something like this:
"insert into table1 values(""" + name + value + description +""")"
![]()
Try logging your String query before you execute it to give you an idea what’s the actual command that will be executed.
