Load Date & Time to an Oracle Date field - TechRepublic
General discussion
July 16, 2002 at 03:27 PM
stuart.coates

Load Date & Time to an Oracle Date field

by stuart.coates . Updated 23 years, 1 month ago

Can anyone tell me how to load a date and time into an Oracle Date field.

I am trying to load a date/time stamp into an Oracle table to record when a transaction was processed.

I am using PreparedStatement to load parameters for the SQL.

I have tried setDate, setTime & set Timestamp.
This will give the date but no time component.

Any help would be greatly appreciated.
Thanks

This discussion is locked

All Comments