再proc*C函数中传入一个字符串数组,让其成为sql文条件,
如:
传入的数组为:char   aa[100];
varchar2 selvalue[100];
用什么办法将aa[]里的值赋给selvalue[]?
因为我sql文的条件是 where xx not in (:selvalue)请大家帮忙,谢谢。