cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Receiver DELETE

Former Member
0 Kudos

Hello,

I've a interface RFC - JDBC

I' need DELETE all content of table before UPDATE_INSERT

Is it possible delete all content, without using key in the statment?

thanks very much

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If there is no <key> element, or if there is a <key> element but it is empty, then no condition is specified and the entire table is to be deleted. This may not be permitted by the configuration of the JDBC adapter for security reasons and will therefore result in an error during message processing and an appropriate error message

Former Member
0 Kudos

Hi,

With out using the key field is not recommended one. Just unmark the Key Tags Mandatory in the communication channel and try.

Regards,

Prakasu.M