I tried to input a date value in a table in
oracle database.I found
I must type the format in '15-1? -05',then if I
use java.sql.Date class,for
example,aPrepareStatement.setDate(aSqlDate),coul
d it work?
if not ,how can i do?
thank u.
--
augur
Bob Kranson - 18 Jan 2005 04:24 GMT
I think it depends on the default date format set for the individual
database instance you are connecting too....
>I tried to input a date value in a table in
> oracle database.I found
[quoted text clipped - 6 lines]
> --
> augur
augur - 25 Jan 2005 12:52 GMT
thank you for replying.
it's fortune that I find the JDBC driver does
anying for me through reading docs.
--
augur