Hi Mayur ,
Thanks for the reply. Is there any way I can use BTEQ native Teradata utility. iTeradataRow is using jdbc driver , I want to do it using teradata utilities like BTEQ.
Hi Biswajit,
Their is no direct functionality to get out params from tTeradatRow. You can use a work around to do the same.
In your procedure insert the output parameter value in the tmp table before completion of the procedure. Later on you can use this param value by pulling it from tmp table.
Best Regards,
Mayur