Hi I am trying to pass a variable that is string to the ipc query. Does not work for me. any input would be appreciated.
Example:
[`EDD.RDB; "?[`tab;enlist(like;`OrderId;",("string Number),");();(?:;`Actions)]"]
I am trying to query this RDB where OrderId like Number(string) Number is a parameter but when I passed as string to the remote process, Number is not string anymore. I tried to put string in front but still get the same result.
what I want to pass to remote process is this
Number:"abc"
"?[`tab;enlist(like;`OrderId;"abc");();(?:;`Actions)]"