Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: shirley ramalhohello,
i am working with an oracle database .
My field name is: C536971040
The information it contains is: 1331233200
In my JDBC, I am using the following command:
SELECT TO_DATE('01/01/1970 00:00:00','mm/dd/yyyy hh24:mi:ss')+ C536871040/(24*60*60)
FROM ARADMIN.T32
where c1='000037'
when I run it, I don't get any error messages, however, when I try to open the records, i get the following error message:
header record, field1: Bad field type specifier u"'00:00', "bdate", assuming type 'string'
Attention: Attempting to skip these errors, behaviour may be compromised.
if this file is saved as brd format, the file will be presented with error, but if is saved as excel, only valid data will be converted.
This command works in Toad and the result i get is:
16/08/1997 7:08:46 pm
Does anybody know how i can get the same results using lavastorm ?
Thank you