Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DELETE

Status
Not open for further replies.

mfcobol2002

Programmer
Feb 3, 2003
73
BR
Respected Gentlemen,

In files Microfocus IDX format " 3 " or " 4 " how to recover an item excluded by the declaration DELETE?

Respectfully
 
This is a tough one. The base file (the one that does not have the .IDX extension) is in variable length relative file format. You can process this without the indices by changing the ORGANIZATION to RELATIVE and changing the rest of the syntax appropriately. Unfortunately, RELATIVE and INDEXED both use the same deleted record flags. I have a program which reads a RELATIVE file using byte-stream processing. It could be modified to read the deleted records as well as the active records. If you are interested, I could e-mail you the source code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top