Forum Discussion

amarnath1234's avatar
amarnath1234
Contributor
6 years ago
Solved

datasource-JDBC-Query

I want to update Database through Datasource-JDBC in ReadyAPI,Is it possible ?If yes please suggest how to update. Ex:- update ODM.PROMO set PROMO_END_TMSTMP ='2018-11-01' where PROMO_CATEGORY_TY...
  • amarnath1234's avatar
    amarnath1234
    6 years ago

    data source is for sourcing data. i tried with data sink with below query-its working fine.

     

    update ODM.PROMO set PROMO_END_TMSTMP ='2018-11-01' where PROMO_CATEGORY_TYPE='Loyalty_Offers' and PROMO_STATUS='1'