Hello,
I would like to bind an array as a parameter for an odbc command object. I would like to build the query
select * from T where T.col in (1,2,3,4,5,6,7,8,9,10);
where the list for T.col is combined in 1 parameter...
Is this possible?
Kind greetings,
Mim