Hello,
In my Delphi application I use TOracleDataset with usemessagetable=true in order to display translated error messages.
However, some operations are executed through PL-SQL code and I need to catch exceptions returned when executing stored procedures by TOraclePackage component.
In my...