>So, I need the same Date() under ..java.sql.*

try mentioning which one you want to use explicitly,

        java.sql.Date d = new java.sql.Date();

or

        java.util.Date d = new java.util.Date();


That way the compiler knows which one you want and wont get confused.






Cameron Riley

Edwards and Kelcey
www.ekwireless.com
www.ekcorp.com
Tel.   973 267 8830 ext 1265
Fax.   973 267 3555
Email. [EMAIL PROTECTED]

___________________________________________________________________________
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