Previous Topic: IDAETERR03 - Invalid square root of negative numberNext Topic: IDAETERR05 - Invalid divide by zero


IDAETERR04 - Invalid conversion of negative number to unsigned

Reason:

You tried to store a negative result in a field specified as unsigned.

Action:

Check the logic of the program and re-specify.