Hi All,
I am on the initial learning curve of web methods. I wanted to store the old values of the row in another table when that particular row is updated and I wanted to do this task on update notification.
Please help.
Thanks in advance.
Hi All,
I am on the initial learning curve of web methods. I wanted to store the old values of the row in another table when that particular row is updated and I wanted to do this task on update notification.
Please help.
Thanks in advance.
Hi,
you can approach this way…
whenever u need to update row in Table A , call a select to retrive the row from Table A and use that output of AS as input to inserting into Table B… then do update the row in Table A…
Regards
Shaik