|
Yo!
You
could try solving the problem by selecting the date column - 7 in
the
sql
query, i.e. 'select date_column -7 from foo_table'. It's been a long
time
since
I last used MySql, but I know for sure that it works in M$ Sql Server
:)
Regarding the Date() problem, there is no constructor
matching Date() in java.sql.Date.
(At
least not in Java 2 1.3) There is, however, such a constructor
in java.util.Date. Or you
could
try using another constructor in java.sql.Date...
Cheers
:)
/erik
|
- RE: Dates in Java Michael Wentzel
- RE: Dates in Java Alistair Hopkins
- Re: Dates in Java St�phane BAUDET
- Re: Dates in Java Martin Mauri
- Re: Dates in Java Milt Epstein
- Re: Dates in Java Jeff Kilbride
- Re: Dates in Java Alvin Yap
- Re: Dates in Java Milt Epstein
- Re: Dates in Java Martin Mauri
- RE: Dates in Java Arnaud Vandyck
- Erik Barke
