amarnath1234
6 years agoContributor
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...
- 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'