22 Dec
2001
22 Dec
'01
10:31 p.m.
Michele America writes:
I am having some dificulties with calling a ZSQLMethod with parameters from an External Method that has itself been passed the parameters it needs to pass onto the ZSQLMethod. Everything works ok if i just dont send any parameters but as soon as i try to use them the thing just fails. There is nothing special in calling a Z SQL Method from an External Method.
You knowm, however, that you must pass all parameters as keyword parameters (everywhere, in External Methods, too). Dieter