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.  To insert Data through WmDB package

    Posted 02/05/04 08:38 PM

    hi,
    i am able to connect to the database by alias management and also i created an insert service through it.
    but, the problem is,when i try to insert values through the developer it doesnt insert the values but the update count variable is set to 1.
    can u guys help me in this regard.
    thanks


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


  • 2.  RE: To insert Data through WmDB package

    Posted 02/06/04 02:53 PM

    Hi
    Please check that the structure of your table is matching with the structure which you are passing to the insert service. If possible use the execSQL statement instead of insert.


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