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.

 View Only

Update Insert using dynamic SQL or custom SQL.

  • 1.  Update Insert using dynamic SQL or custom SQL.

    Posted Thu December 10, 2009 07:37 AM

    Has any tried doing batch insert/update using dynamic or custom SQL.

    I have a requirement where i have to develop a generic code which transfer data across multiple plant database having different database name and schema name. I cannot use JDBC batch insert template because it does not give flexibility to change schema name at run time.

    One of the way to achieve this is looping over the list of records and generating SQL query by string concatation method. And passing this SQL to dynamic JDBC template.

    Any other ways to do it ?

    Thanks !


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services