in reply to Re: How to read encrypted data from informix database into a single variable
in thread How to read encrypted data from informix database into a single variable
No, i am on HP-UX. i think working with hex dump, would be an better option for my problem
I have taken, hex unload to a file. It contains around 25,000 records. It is not possible to extract a single record (unique keys are such, that i cannot use them at runtime). So now i want to read , 32 bytes of this file ( the hex dump) at a time (in an scalar variable) and skip 2 bytes after - each 32 byte read. can you suggest me a way to do this!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How to read encrypted data from informix database into a single variable
by shmem (Chancellor) on May 15, 2007 at 13:41 UTC | |
by Dev (Initiate) on May 16, 2007 at 09:10 UTC |