Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have an array which has dynamic index size. i want to show all the array values at a time within the exception message like,

SQL
RAISE_APPLICATION_ERROR(-20010,'The Requirement index for item '|| 
                            (Here should be present all the array value) ||
                            ' needs to be in Approved status.');


statement.

Could anyone please help me out from this.

Advanced thanks to whom solved this issue.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900