> I'm currently using TDI v7 trying to determine if I can call a stored
> procedure in DB2 that accepts an input parameter and returns a
> parameter value, including a result set. I have been successful using
> a passive JDBC connector with an empty output map by placing the code
> into a hook (thanks to Eddie, Christian and others that have posted
> these solutions.) I would like to iterate the result set that is
> returned from the stored procedure for processing. I assume this would
> have to be done in a non-passive mode.
> Anyone have any experience with this and possibly any code samples
> would be really helpful.
> Thanks in advance for any assistance.
> Mike,