Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

OCI-17024

No data read.

Cause

An attempt was 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.