Hi Wilson,
The java.sql.Date does not have an empty constructor.
Use "absolute" class refferencing to java.sql.Date types in your .java
sources if you also include java.util.* :
java.sql.Date mySqlDate = new java.sql.Date(System.currentTimeMillis());
Cezar
/usr/games/fortune randomly generated signature:
Molecule, n.:
The ultimate, indivisible unit of matter. It is distinguished
from the corpuscle, also the ultimate, indivisible unit of matter, by a
closer resemblance to the atom, also the ultimate, indivisible unit of
matter ... The ion differs from the molecule, the corpuscle and the
atom in that it is an ion ...
-- Ambrose Bierce, "The Devil's Dictionary"
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
- Re: How do I set the current date thru JDBC. Wilson. P
- Re: How do I set the current date thru JDBC. Cezar Totth
- Re: How do I set the current date thru JDBC... Martin Kuba
- Re: How do I set the current date thru JDBC... Wilson. P
- Re: How do I set the current date thru ... Matt
- Re: How do I set the current date thru ... Cezar Totth
- Re: How do I set the current date ... Wilson. P
- Re: How do I set the current date thru ... Andy Bailey
- Re: How do I set the current date thru ... Cezar Totth
- Re: How do I set the current date thru ... Andy Bailey
- Re: How do I set the current date thru ... Cezar Totth
- Re: How do I set the current date thru ... Chris Pratt
- Re: How do I set the current date thru JDBC. Chris Pratt
- Re: How do I set the current date thru JDBC... Cezar Totth
- Re: How do I set the current date thru ... Chris Pratt
- Re: How do I set the current date thru JDBC. Gautam Batra
- Re: How do I set the current date thru JDBC. Brian Silberbauer
- Re: How do I set the current date thru JDBC. Martin Kuba
- Re: How do I set the current date thru JDBC... Eytan Seidman
- Re: How do I set the current date thru ... Kevin Jones
- Re: How do I set the current date thru JDBC. Chris Pratt
