Passing parameters at runtime
Hi all,
I have a Db2 stored procedure in the data model, which is the record source. I have a master child design and i need to pass the values that is retrieved in the master frame as parameters to the DB2 stored procedure in the child frame.
The values must be passed at rumtime and the stored procedure must be invoked with the valies that are passed as input.
I cannot use user parameters or place holders to hold the values as they do not work properly.
Can somone help with an idea
Thanks