Sd Kennel is a Microsoft Access database. Microsoft recommends compacting/repairing a database regularly. It is suggested you run the compact/repair tool weekly on both SdKennelC.mde and SdKennelD.mdb.
SdKennel is comprised of 2 parts, a code portion (sdKennelC.mde) and a data portion (sdKennelD.mdb). There are several ways you can compact/repair SdKennel.
1. Run both databases and click on the Compact and repair button on the toolbar.
2. You can create shortcuts for each that will compact and repair. When specifying the shortcut "Target", it should be set to
"C:\Program Files\Microsoft Office\ART\Office\MSACCESS.EXE" "C:\Program Files\sdKennel\sdKennelC.mde" /compact /repair
"C:\Program Files\Microsoft Office\ART\Office\MSACCESS.EXE" "C:\Program Files\sdKennel\sdKennelD.mdb" /compact /repair
where the 1st file specification is the location of either your Microsoft Access 2000 install or the Microsoft Access 2000 Runtime you installed with SdKennel, and the 2nd file specification is the location of one of the two databases, followed by the compact and repair arguments.
3. A compact and repair function is provided with Sd Kennel. It is SdRepair.MDB. However, you must have Microsoft Access 2000 installed to use it.