Atilio Ranzuglia,
Can I suggest you try a tool with tellisense.
I believe that is the term used or that is
the way somebody pronounced it once.
Tellisense is when you type rs.(dot) in your case, and all the methods
provided with the class you have instantiated should be listed.
Try Forte it is free and of course "tellisense" will make programming
easier.
The other advantage of forte is that if you write a JSP page
it will convert it to a Servlet ( source code) just by pressing the tab.
I personally consider the colour scheme when writing JSPs is fantastic
because the colour scheme highlights the various parts of the code
which also makes coding easier because it reduces the common occurrence
of typing errors before compilation.
Simply put it makes it easier to spot the errors before compilation.
Regards,
Zahid
----- Original Message -----
From: "Atilio Ranzuglia" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 31, 2001 12:56 AM
Subject: OFF-TOPIC: ResultSet.getDate()
> Sorry everyone: can anyone help me here?
>
> The following line:
>
> java.sql.Date date = rs.getDate("...");
>
> gives me the following:
>
> date = '2000-08-20'
>
> The hour and minutes are missing.
>
> The same happends with PreparedStatement.setDate(),
> the hour and minutes appear to be taking a nap.
>
> Thanks a lot
>
> Atilio
>
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute with Yahoo! Messenger
> http://phonecard.yahoo.com/
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
> http://java.sun.com/products/jsp/faq.html
> http://www.esperanto.org.nz/jsp/jspfaq.html
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:
http://java.sun.com/products/jsp/faq.html
http://www.esperanto.org.nz/jsp/jspfaq.html
http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets