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