MiniExamples are small programming examples provided by NeXT Developer Support. Each one contains its own README file. This September 92 release contains several DBKit miniexamples. AssociationExample shows how you can attach a qualifier to your fetch on the detail fetchgroup in the case of a one-to-many relationship. BarChart demonstrates how to use the DBCustomAssociation protocol with your UI object to retrieve or set values to your database. BooleanFormatter shows how to translate 0/1 values of your database into YES/NO strings. OrderByTest shows how to change the sort order every time the columns in your tableview are rearranged. QuickApp is a simple workaround for fetching records with a qualifier built from one-to-one relationship attributes. RadioAssociation provides an extension to the Matrix class so that you can connect radio buttons to integer attributes of your module. TableViewExample shows how you can set up your own tableview programmatically without using Interface Builder. TIFFandEPS shows how to open EPS or TIFF images and save them back as EPS or TIFF, converting the image in the process. This version has been upgraded to 3.0.