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.  Dynamic database mapping in JDBC

    Posted 06/14/04 10:57 PM

    In wmDb package for insert service,we can have webMethods document representing a table structure and table name as inputs and it dynamically maps the field names to the fields in the databse table on the fly.This is a very interesting feature in DB.IS this something possible in JDBC ?
    Thanks

    Jagadesh


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


  • 2.  RE: Dynamic database mapping in JDBC

    Posted 06/14/04 11:14 PM

    Using JDBC Adapter (GUI)life becomes more easier by creating the JDBC Adapter service (select,insert,update,customselect,delete etc…)that will make connection to DB and lists all the tables under that Schema.
    So just we need to select the appropriate table and using adapter GUI there is an option to select fields by clicking mouse(no manual coding required for setting the fields) like we do in WmDB.

    HTH,


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