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 Column Values in a Query + JDBC Connection

    Posted 10/16/06 12:46 PM

    Dear All,

    Can we achieve something like this ?
    “select * from tableName where ? = ?”. Here both column name and its value has to be dymanic and I should be able to pass/map these values from the pipeline. Is there a customized SQL in webMethods using which I can achieve this?

    Also is there any API ( that can be called inside a Java Service) to get the handle to a JDBC Connection.

    Regards,
    kishen Das


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


  • 2.  RE: Dynamic Column Values in a Query + JDBC Connection

    Posted 10/16/06 02:42 PM

    Hi Das,
    By using the dynamic SQL you can give the column name and its value dynamically at run time.

    Regards,
    Hari


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


  • 3.  RE: Dynamic Column Values in a Query + JDBC Connection

    Posted 10/16/06 03:02 PM

    Yeps, thanks for the suggestion. I did the same and its working fine.

    Kishen Das


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