getDate for ResultSet
I there,
I am usign a PreparredStatement to read dates (with other fields) from an Oracle DB. Some of the records can have NULL values in the date fields. Reading such values from the ResultSet with the getDate method sometimes it happens that for a record with a date field set to NULL in the DB the following date is read 10102-11-29.
I have introduced a work aroung in the code to track such strange dates but have anyone an idea about such an error.
Thanks