Hello,
I want to delete a table using a JDBC receiver interface. According to the PI documentation, the element <table> is not defined for the "DELETE" action in the receiver XML SQL structure.
Problem is that the tablename to be deleted contains non-XML-compatible characters, so I cannot define the <dbTableName> element using the table name.
Any idea how to solve this issue?
Thank you!