Hi,
I am using
xdbcStatement.setString(varName,varValue);
to set the variable vaues dynamically, but I dont know how to set
variables which have the value as a sequence
e.g
if I want to do some thing like this
let $var := ('A','B','C','D','E')
how do I do it using XDBCStatement.set?
Regards
Sandesh