How to get details about referential integrity violations?

Started by Johann Uhrmannabout 21 years ago1 messagesgeneral
Jump to latest
#1Johann Uhrmann
johann.uhrmann@xpecto.com

Hi,

is there a way to get the name of the two tables involved
in a referential integrity violation via jdbc?

Up to version 7.3 it was possible to get the names by
parsing the error message of the SQLException.

However, some information has moved to the DETAIL line.
Can this line be retrieved via jdbc or is there even an
API to get the table names?

Kind regards,

Hans