Hi Sara,
Personally, with my environment -- SUN [sparc] Solaris 7, Oracle 8
i (8.1.7.4), J2SE 1.4.2_02 and Oracle's
JDBC (thin) driver -- I use the "setTimestamp()" method.
Although it was not clear to me from your post, I assume that "dateEntered"
(from the following line of your posted code)
is an instance of class "java.util.Date". If that is correct, then I would use the following code:
Good Luck,
Avi.