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

Reply via email to