Reverse engineer a database
(Created page with "Reverse engineering is what we call the process that takes a given database and turns it into a model driven âthingâ. frameless|382x382px You ju...") |
No edit summary |
||
Line 8: | Line 8: | ||
You start by Analyzing the database: | You start by Analyzing the database: | ||
[[File: | |||
[[File:Analyzing_the_database.png|frameless|414x414px]] | |||
And then you âGo!â â be aware of that this process will empty the package you started from and fill it with the stuff from the reverse engineer process: | And then you âGo!â â be aware of that this process will empty the package you started from and fill it with the stuff from the reverse engineer process: | ||
Revision as of 08:58, 8 April 2017
This page was created by Alexandra on 2017-04-08. Last edited by Edgar on 2025-01-20.
Reverse engineering is what we call the process that takes a given database and turns it into a model driven âthingâ.
You just need to give a valid connection string to it; in this case a use the MusicStoreDb from a MicrosoftSample:
You start by Analyzing the database:
And then you âGo!â â be aware of that this process will empty the package you started from and fill it with the stuff from the reverse engineer process:
Giving us this in the modlr tree:
And I will drag these classes out on a diagram to get this: