| Author |
Sql Exception: inconsistent datatypes, need help
|
Tommi Vd
Ranch Hand
Joined: Apr 23, 2009
Posts: 49
|
|
Hi i have a problem when i want to get some date out of my oracle database:
The table is empty but normally that may not be the cause, this is the error:
This is the code that queries the database:
In my database there is a from date and a to date, both are stored as dates in the database...
the now Date is java.util
Anyone who has an idea?
regards,
Kwast
|
 |
Emanuel Kadziela
Ranch Hand
Joined: Mar 24, 2005
Posts: 186
|
|
|
change "date = ?" to "date is null" and remove the extra parameter.
|
 |
 |
|
|
subject: Sql Exception: inconsistent datatypes, need help
|
|
|