This topic has been archived. It cannot be replied.
-
工作学习 / IT技术讨论 / Question : ADO + IBM Client Access Express + AS400 CLWhat am I doing wrong ?
all I have to do is call an AS400 CL program using ADO
command/parameter object, everything is fine except that
I did not get the return value in output parameter!
Your kindly help or direction would be much appreciated, thanks
-mustang(mustang);
2002-9-26
{262}
(#769059@0)
-
one example =>
-mssg(mssg);
2002-9-26
(#769219@0)
-
thanks;-( , i did the similar thing, output parameter is where i get the trouble
-mustang(mustang);
2002-9-26
{74}
(#769795@0)
-
thanks again !!actually u know what, nothing wrong with what I did, the problem was when I passed values i was using an array holding all the values, and
I was expecting the return value also in the form of the array, which I WAS WRONG at this point, what I should check is parameters collection object. thanks a lot, u need people to look over shoulders sometimes, eh.
-mustang(mustang);
2002-9-27
{355}
(#770312@0)