by ellenw >> Sun, 15 Jun 2003 22:44:38 GMT
Hi:
I'd like to use method executeTransientMethod. I have created "createTransientMethod" , and need pass 2 parameters to source but always got "Invalid parameter type" error. Does anyone know of this? The sample code as below.
source :="extract(_tempObj :TempObjects io;" & CrLf & " _obj : Fund) updating;" ..............
meth := process.createTransientMethod("extract", Fund, currentSchema, source, false, null, errorCode, errorPos, errorLength);
if meth <> null then
process.executeTransientMethod(meth,Fund, I HAVE NO IDEA HOW TO USE PARAMLISTTYPE HERE );
else
........
endif;
Thanks.
Ellen.