I would appreciate any help I can get in terms of this topic. In this code:
else if (SQL_error.getErrorCode() == 04088)
{
JOptionPane.showMessageDialog(null, "Error during execution of trigger. Contact administrator. The data logic is faulty. Please recheck logic.", "Error Message", JOptionPane.ERROR_MESSAGE);
//System.out.println("The data logic is faulty. Please recheck logic.");
}
I keep on getting an error message when I hover over 04088. It says: "Number format error." Does anyone have any experience with this issue? I only find string to number conversions.