Recent content by Perry

  1. P

    Updateable stored function

    Thank you! I exactly did what you recommended and it works great. Thank you again, Perry
  2. P

    Updateable stored function

    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...
Back
Top