Hi friends,

I am working in servlets. I want to retrieve date
field from the database(SQL Server 7.0) with the time
value.

java.util.Date dt=rs.getDate("datefield");
- I am getting only date.

java.util.Date dt=rs.getTime("datefield");
-I am getting only time.

So I want to use rs.getTimeStamp("datefield");

But JDBC version does not supports this. How shall I
update new JDBC API. Please help soon.


With regards,

Poornima Visvesvaran.

__________________________________________________
Do You Yahoo!?
Yahoo! Auctions - Buy the things you want at great prices.
http://auctions.yahoo.com/

___________________________________________________________________________
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