Skip to content

Conversation

@KrilleGH
Copy link

Lotus Approach uses dBase IV files, but the DBT files it produces use a different header and a different storage method. In this case there's no separation character but the length of the data is exactly the length given in the header minus the length of the header itself.

To avoid 8 extra, usually zero, bytes at the end of each memo when reading this database we now check the reserved field in the header and use the alternate handling for this version and the original one for all other versions.

Lotus Approach uses dBase IV files, but the DBT files it produces use a
different header and a different storage method. In this case there's no
separation character but the length of the data is exactly the length
given in the header minus the length of the header itself.

To avoid 8 extra, usually zero, bytes at the end of each memo when
reading this database we now check the reserved field in the header and
use the alternate handling for this version and the original one for all
other versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant