Hi all,
Can anyone help me how to restore deleted action in DB2. This procedure works for me in SQL but does not work in DB2.
This query works ok and i can find the action id which i want to restore
select A.name as “Action Name”, A.ID, A.CreationTime, “Action ID”, A.Actionid from dbo.ACTION_DEFS A, dbo.ACTION_FLAGS F where A.ID = F.ActionID AND F.IsDeleted=1
But when i run execute undelete_action XXXX nothing happen.
Thanks for any help
Regards