Focal Point
Adding Time-Date stamp in Oracle

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/1381057331/m/674101663

February 09, 2010, 03:09 PM
Mark Kinsey
Adding Time-Date stamp in Oracle
I have 2 identical Oracle databases with a date-time field formated HYYMDI. I am loading data from one work file to the other reporting file. I can not move one HYYMDI field to the other without an error. The error I get is:

(FOC437) THE FORMAT USED WITH FIXFORM IS INCOMPATIBLE WITH THE DATA FORMAT E02
/H08

Is there a way around this?


Mark A. Kinsey
February 09, 2010, 04:07 PM
Waz
I don't beleive that MODIFY supports DateTime, or is it that FIXFORM reading a DateTime cannot apply the value to a field.

What is the code to do this ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 09, 2010, 04:56 PM
Mark Kinsey
I did find a work around to this in WebFocus about an hour ago. I create a hold file with FORMAT ALPHA formated as YYMD and apply it using MODIFY.


Mark A. Kinsey