Database and Data Flow Issues

The following links are views into sections of the Duwamish Books articles. For a full list of the articles, look under each individual phase in the Contents pane of this Help file.

The links document the data structures and complementary algorithms used in our catalog, inventory, and order management system.

Also see, "A Phase to Phase Guide to the Duwamish Books Data Access Strategy."

Database

The model begins as a simple Microsoft Access database for a single store. It is expanded in subsequent phases to represent multiple stores and it is converted to an SQL Server database using stored procedures.

Data flow

The code that interacts most directly with the database (and changes most between phases) is documented here.