Quick steps for setting up the Cargo sample
- Last Updated: May 1, 2021
- 1 minute read
- Corticon
- Version 7.2
- Documentation
For the examples that use Cargo, here are the steps to set up the sample data in Corticon Studio and your preferred database:
- In your database administrative tool, create a database named
Cargo. - In Corticon Studio:
- Import the
Cargosample. - Create the EDC Datasource, and then define and test its
connection to the
Cargodatabase. - On each of the three entities, set Datastore Persistent to
Yes, and choose its appropriate Entity Identity:- Aircraft:
tailNumber - Cargo:
manifestNumber -
FlightPlan:
flightNumber
- Aircraft:
- On the EDC Datasource tab, click Create/Update Schema
- Import the
- Copy the contents of the project’s
Cargo_data.sqlfile to your database administrative tool’s editor, and then click Execute.