CASIF/Win Part 2
Files Required for External Database Access
-------------------------------------------------------------------

The library files required to support external database access from
CASIF/Win are significantly larger than the rest of the program.
Therefore, they are optional.  If you do not have the section
[Installable ISAMs] in your CASIFW.INI file, and you never select a
database type other than CSV Text, CASIF/Win will not require the
optional files.  If you DO want to access external databases, then the
section [Installable ISAMs] MUST appear in your INI file, even if there
are no Installable ISAMs specified (for example if you use Microsoft
Access only).  Also, the following files must be found in your
WINDOWS/SYSTEM directory:

	VBDB300.DLL - Visual Basic database access library
	MSAJT110.DLL - Access 1.1 database engine
	MSAES110.DLL - Access support library

	XBS110.DLL - Xbase installable ISAM
		     (required only if you use dBase or FoxPro)

To install, copy these DLL files to your WINDOWS\SYSTEM directory, and
add the following sections to your CASIFW.INI file if you do not already
have them:

    [Installable ISAMs]
    FoxPro 2.0=C:\WINDOWS\SYSTEM\xbs110.dll
    FoxPro 2.5=C:\WINDOWS\SYSTEM\xbs110.dll
    dBASE III=C:\WINDOWS\SYSTEM\xbs110.dll
    dBASE IV=C:\WINDOWS\SYSTEM\xbs110.dll

    [dBase ISAM]
    Deleted=On

The section title [Installable ISAMs] MUST BE PRESENT to enable external
database access, even if it is empty (e.g. if you use only Microsoft
Access).

These DLL files are standard Microsoft files which are unchanged from
previous releases of CASIF/Win; if you already have them, there is no
need to install Part 2.

The file EXTERNAL.TXT contains general advice from Microsoft on using
external databases with Visual Basic V3.0 programs like CASIF/Win.

See ACCESS2.TXT if you are using Microsoft Access V2.0.

