× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Aha !

I can mention two vendor approaches.

1. Retrieve Deleted Records part of the TAATOOL utility library
http://www.taatool.com

2. Retrieve Deleted Records part of the Prodadta Suite (DBU)
http://www.prodatacomputer.com


Now .. if you want to do it yourself you are very close !

Recognize the first record  in the Save File - workfile
Either  Active (X'C0') Or  Deleted records (X'80')

Say the record Length = Len (5,0)


Your Save File - workfile is 528 bytes long  (Just like your Save File)

The first 512 bytes are DATA bytes
the 513 - 528 bytes are SaveFile "control data"

Create an array big enough .. Say 9999 element with length of 1
Start filling the array until you reach position = Len

Write the record to a Work file - database file.

Continue reading your Save File - workfile

I hope this helps

I have never had the chance to create a finished version yet.

I guess the problem is to find that "First Record"


Regards

Jorge



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.