>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
- 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
- Re: How do I set the current date thru JDBC. Chris Pratt
- Re: How do I set the current date thru JDBC. Riley, Cameron
- Re: How do I set the current date thru JDBC. Bob Withers
- Re: How do I set the current date thru JDBC. Joe Sam Shirah
