
DBI.PAS and the accompanying TPU files can be used to write tools
working with SuperMemo databases in Borland Pascal 7.0.

See an exemplary program EXAMPLE.PAS to see how to use DBI.PAS.

Be careful when you change the compiler options. For example, by
setting Word Align Data to true, you will not be able to use the
DBI.PAS unit correctly!

Here is the safest compiler option setting:
{$A-,B-,D-,E+,F-,G-,I-,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+,Y-}
{$M 16384,0,655360}
