Hello, I have an oracle database application.
There the constructor of an auction is:
I can't somehow use the Constructor to create the object.
rset is the ResultSet:
I tried to convert java.util.date to java.sql.date but somehow the constructor does not recognize the new "sql" date.
The
IDE wants that I change the
java constructor to java.util.date