dbyy
2004-07-05 11:08:51 UTC
hi everytone,
right now I'm working on a migration "ADS/DFB to Mediator/Oracle"
As part of this migration I would like to replace all the MEM files in
use with a solution to store all MEM file data on Oracle.
For this I purpose I investigated already in old posting regards MEM
files in this NG and I found some info's about the structure of MEM files.
My plan is to replace "SAVE TO/RESTORE FROM" with a code which reads
low-level the MEM file and stores/retrieves data from the Oracle table.
It's easy to handle "Char" and "logical" data. But a bit I'm puzzled
about the Numeric/Data fields.
My question is:
Does anyone knows the exact structure of Numeric (and Date fields)
entries in a MEM file?
- where/how is the sign (minus values) stored?
- how are decimals stored?
I used the program "readmem" (OASIS) as template to read MEM files.
Hope someone can share some thoughts about this.
Any help is much appreciated.
Cheers
Fred
right now I'm working on a migration "ADS/DFB to Mediator/Oracle"
As part of this migration I would like to replace all the MEM files in
use with a solution to store all MEM file data on Oracle.
For this I purpose I investigated already in old posting regards MEM
files in this NG and I found some info's about the structure of MEM files.
My plan is to replace "SAVE TO/RESTORE FROM" with a code which reads
low-level the MEM file and stores/retrieves data from the Oracle table.
It's easy to handle "Char" and "logical" data. But a bit I'm puzzled
about the Numeric/Data fields.
My question is:
Does anyone knows the exact structure of Numeric (and Date fields)
entries in a MEM file?
- where/how is the sign (minus values) stored?
- how are decimals stored?
I used the program "readmem" (OASIS) as template to read MEM files.
Hope someone can share some thoughts about this.
Any help is much appreciated.
Cheers
Fred