I need to call DB2 stored procedure from my
VB application using ADO.
I want to call it directly without using parameter object.
ie by using "Call proc_name param1, param2, ....."
Also the stored procedure has output parameters.
Can anyone suggest how to make this call and how to retrieve the values from the output parameters?
Thanks in advance,
sangsri