ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / Editors / Data model editor / Conceptual Data Model
  • Overview
  • Creating a CDM
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Overview
In the MERISE methodology, the conceptual data model defines the objects and the actions that must be taken into account in the database. This model only represents the structures of information and the exchanges of information for the system used, independently of the physical constraints linked to the nature of the database used.
For example, a simplified invoicing system can be described as follows:
  • A customer corresponds to a customer name, to a customer company and to a customer address.
  • An order corresponds to an order number, to an order date, to an order amount and to a list of products ordered.
  • A customer can "place" an order at a given date.
Creating a CDM
To create a CDM:
  1. Click in the quick access buttons:
    • The new element window appears: click "Data" then "Analysis (CDM)".
    • The wizard for creating a CDM starts.
  2. Specify:
    • the name and directory of CDM. The CDM corresponds to a ".MCD" file. By default, this file will be created in the directory of the project analysis (<Project name>.ANA directory). This directory must be accessible in read/write mode.
    • the CDM caption that briefly describes the subject of CDM.
    • whether the CDM must be directly associated with an analysis. This analysis can be an existing analysis or a new analysis that will be created.
  3. The created CDM becomes the current CDM. You can now create the first entity.
  4. Create all the elements (entities, associations, properties and relationships) of your CDM.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 10/27/2022

Send a report | Local help