ColdFusion MX Professional Projects

The development team will use the existing Microsoft SQL 2000 database for the Worldwide Search application. Figure 21.9 shows the database schema for the InfoTools database.

Figure 21.9: The schema for the InfoTools database.

The database schema includes the following tables:

Database Structure

The structure of the SalesInteractions table is shown in Figure 21.10.

Figure 21.10: The design of the SalesInteractions table.

The SalesInteractions table contains InteractionID as the primary key column, with an AutoNumber datatype. Other fields in this table are InteractionDate, ClientName, SalesPerson, MinutesOfMeeting, and Requirements.

The structure of the second table, named SearchCollections, is shown in Figure 21.11. The administrator will use this table. The fields in this table are CollectionName, CollectionType, CollectionDesc, TypeOfCol, Title, Body, URLPath, Extensions, and Recursing. The CollectionName field is the primary key.

Figure 21.11: The design of the SearchCollections table.

Категории