Parameters in WmDBexecSQL service

Has anyone experienced this. Embedded question mark with quoted character literal confuses execSQL in thinking a parameter has not been supplied.

Hi,

i had similar problem… i had to tweak it…
before EexcSql step, add a map step with one string “sQue” and hard code its value with ? and in ur query u can substitute varaible as below:
(%sQue%. %sQue%, …)

HTH,
AS