P
Peter Grison
I have put the current datetime as a DATETIME field in a mysql database
using NOW() in a sql query. The databse shows the entry as 2004-05-05
23:24:13. However, when I retrieve it through ResultStatement's
getDate() in the time part is lost. When I try to cast it using long to
a new date, the time is set to 00:00:00. What am I doing wrong?
Pete
using NOW() in a sql query. The databse shows the entry as 2004-05-05
23:24:13. However, when I retrieve it through ResultStatement's
getDate() in the time part is lost. When I try to cast it using long to
a new date, the time is set to 00:00:00. What am I doing wrong?
Pete