Version 2.06 (US date: 05-11-2002)

This version uses ASCIIZ instead of OLE strings to let be used together with most 32-bit 
programming languages.

Version 2.05 (US date: 05-20-2001)

The obscur bug related to the use of BTDELETE has been solved!

This one was very hard to find, it comes from a wrong Integer to Long translation
in the routine BtMrgLft when rebalancing the Tree.

See XDELETE.BAS for the use of BTDELETE.
 
Version 2.04

This version solves a problem in dvBtDelete.
When you where doing lots of dvBtDelete the index could get corrupted,
and its size could be much larger than it should be.

However there is still an obscur bug that could occured when doing 
many BTDELETE and when there is a need to rebalance the tree.
In such a case you got a Bterr& = 1 that means key not found.
The work-arround is to rebuild the tree, anyway when doing lots of delete 
in your main database you need to purge the file from deleted record,
and this is just the good time to rebuild the index.

Patrice Terrier

