DDF - Data Definition Files

The Data Definition File, or DDF for short, is a text file that describes how each database is stored, queried, and presented to the end user. It is a static picture of structure of the database.

The duties of the DDF include:

Reading the DDF

Refer to the data definition file to get the view and the table names that need to be inserted into the report. The data definition file document lists all the columns, tables and views used in the entire SmartSolve application.

  1. Extract the SmartSolvexxx.zip file from DDF folder.
  2. Click the Index.htm tab.
  3. Click the SmartSolve tab.
  4. Click the Tables or Views tab to view the tables and the views.
  5. Use the search and enter the table or the view name: [V_IAC_INTERNAL_ACTOR].
  6. Click on the Table or View name: [V_IAC_INTERNAL_ACTOR].
  7. Scroll down to view all dependencies for the [V_IAC_INTERNAL_ACTOR] view.
  8. The DDF file also provides the script to review how the view is structured in the database.
    Result: The dependency information will allow users to pick a view instead of multiple tables and linking them or just choose any single table instead of a view. This will save time and increase system performance. The table information includes a foreign key section that can provide information on the fields that can be used to join tables.

See Also

Data Model Structure

Relating User Interfaces to the Database

Entity Relationship Diagram (ERD)

Default Report Models

     

 

 
Friday, March 15, 2019
1:41 PM