ftp.nice.ch/pub/next/developer/resources/adaptors/dbmAdaptor.0.4.NIH.b.tar.gz#/dbmAdaptor-0.4/Examples/dbmDemo

Controller.h
[View Controller.h] 
Controller.m
[View Controller.m] 
English.lproj/
 
Makefile
 
Makefile.postamble
 
Makefile.preamble
 
PB.gdbinit
 
PB.project
 
README.rtf
[View README.rtf] 
dbmDemo.dbmodela
 
dbmDemo.iconheader
 
dbmDemo_main.m
[View dbmDemo_main.m] 
odemo.tiff
 

README.rtf

dbmDemo
(Originally OracleDemo by Mai Nguyen, NeXT Developer Support Team)
Modified by Mike Henry for dbmAdaptor.

Overview

The purpose of this example is to show some common  end-user operations in handling databases without any need for Database Kit programming.  
 In order to run this example, you need to have the dbmAdaptor  DBKit Adaptor and Flat-file database version 0.4 or later.
  
 In order to add a new record  either into the employee table or the department table, press on the appropriate Insert button and  type in the data into the tableview textfields. After each Insert operation, you need to explicitly save the record. Note that the unique keys for the Employee Record is the Employee ID, while the unique key for the Department Record is the Department No. Similarly, after a delete operation, you'll need to explicitly save the changes.

Program Organization

How to build the nib files
1) Build the Master TableView
Drag a DBTableView palette object into your main window. Drag a DBModule object into the IB suitcase. Select dbmDemo as the database model. Make the proper connections from the Deparment table  to the DBTableView. Set  the DBTableView to be editable via the Interface Builder Inspector Panel, so that data can be entered directly into its textfields.
2) Build the Detail TableView
Same steps as for the Mater TableView. The only difference is that you need to drag another DBModule object into the IB suitcase, and make the proper connections from the Employee table to the DBTableView.
3) Join the 2 tables
In order to join the 2 tables,  just drag and drop the employees relationship in the master DBModule onto the icon of the detail module in the NIB file. Note that employees will show up as a new connection of the Master DBModule under the Interface Builder Inspector Panel.
4) Build the buttons
Note that the Fetch operation needs to be connected to the fetchAllRecords of the Master DBModule.
Each TableView has its own insert, delete, and save to save the records corresponding to that particular table.

Note: You can use this NIB file as is without any coding for demo purposes and run it using IB Test Interface Mode. 

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.