Hi,
I succesfully used the example in this forum to use a stored function with a record type as return value.
But now I want that function to be updateable!
Is there a way I can do this?
My SQL in the TOracleDataset looks now like this:
declare
rec tb_analyse_component%rowtype;
begin...