IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Help required in update notification

    Posted 04/29/08 08:33 AM

    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.


    #Adapters-and-E-Standards
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Help required in update notification

    Posted 04/29/08 08:47 AM

    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


    #Integration-Server-and-ESB
    #webMethods
    #Adapters-and-E-Standards