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.  Trying to a dynamic sql statments

    Posted 01/17/12 11:15 PM

    I am trying to execute multiple statments within a jdbc dynamic call. What do i put at the end of one statment to declare that particular statment is finished.

    example:

    insert into test (first,last) values (‘Joe’,‘Black’);
    insert into test (first,last) values (‘Sally’,‘Sue’);
    commit;


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


  • 2.  RE: Trying to a dynamic sql statments

    Posted 01/18/12 02:43 AM

    Would BatchInsert be a better template to use?


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