This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi I am not able to figure how to conevert a MS SQL 2000 DateTime to Java format viz. date, time or Time stamp? I am trying to retrive from database using resultset I tired string, object etc any help will be appreciated Thanks Ravi
I'm sure there's a better solution than this, but in your query, you could select YEAR(theDate), MONTH(theDate) and DAY(theDate). Then, construct a java date from these values.