Hello All
In my Interface receiver side is JDBC.
My Receiver Structure is as below:
I wanted to DELETE particular rows from Oracle database first and then INSERT some rows.
In Statement1 --> row --> action : I have written query DELETE FROM ABC WHERE NAME <> 'XYZ'
In Statement2 --> row --> action : I have written INSERT
Kindly help me if DELETE query can be written with where clause in message mapping.
I am getting error "Unsupported action attribute value 'DELETE FROM ABC WHERE NAME <> 'XYZ' found in XML document"
Kindly help
Regards
Dheeraj Kumar