Skip to Content
0
Former Member
Feb 16, 2011 at 01:45 PM

JDBC: Delete Table with non-XML-compatible characters

33 Views

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!