Database Error Messages

ORA-17024

No data read.

Cause

An attempt is being made to call the wasNull method on a result set before calling a getter method on a column.


Action

Make sure to first call one of the getter methods on a column to try to read its value and then call the method wasNull to see if the value read was SQL NULL.