Hello,
In taql there is a -param option that you can use to instantiate the value
of a variable (e.g. $map) in an AQL query:
-param <name> <type> <value>
pass a scalar context variable
name - variable name, the query may then refer to $name
type - one of Int, Float, Text, DateType
value - the scalar value, text values may have to be quoted
I'd really like to be able to do the same thing within aceclient. Is there a
way to do this?
Thanks,
Matt.