How-to and Why Control the Visibility of Connectors in ERD when Reverse Database
The reverse database tool of VP-UML provides a handy approach to instantly convert a relational database into an ERD, to aid in the studying of database structure, entities properties and their inter-relationships.
Being able to study a database with an ERD is great because ERD is so easy to read and understand. However, the relationships among entities may increase the complexity of diagram when there are many entities and are highly coupled. If you just want to focus on seeing the database tables and their columns, but not pretty much interested in their inter-relationship, you can optionally form an ERD database diagram with solely entities, without including their relationships. In this article, you will see how to form an ERD from a MS SQL database, with just entities showing in the diagram. You will also learn how to optionally show the relationships.
- Run VP-UML.
- There is an application option to determine whether or not to show relationship connectors for shapes appear in diagram, resulted by a drag-and-drop operation. You have to turn it off before reversing database. Select Tools > Application Options from the main menu.
- In the Application Options window, select Diagramming from the list on the left hand side.
- Open the Connector tab.
- Uncheck the option Show relationship connectors for dropped models. Note that this option will affect all the drag and drop operations, which means that if you attempt to drag multiple related shapes from Model Explorer to diagram, with this option is off, there won’t be any relationship created. Therefore, by the end of this article, we recommend you re-enable this option.
- Click OK to confirm the change and return to VP-UML.
- Now, let’s move on to reversing database to ERD. Select Tools > Database Reverse… from the main menu.
- The wizard-like screen appear. Keep the option Popup entities tree selected for Result. Click Next.
- Select and specify the driver, driver file, connection URL, user and password of your database. Click Next.
- For some database management tools, like MS SQL, you are asked to schema. Select and click Next. If you are not asked to select schema, just ignore this step.
- All the database tables in the selected schema are listed and will be reversed into VP-UML during the reverse engineering of database. If you want the engine to exclude certain database tables, select the database tables to be excluded and click Next. Note that to reverse a database table doesn’t mean to have it appear on ERD. You have the option to show any reversed table into an ERD.
- When the reverse database tool has finished its work, you are prompted the Reverse Entities window, plus a new ERD opened in background. What you need to do now is to fill in the ERD with the entities you want. To do this, select the entities in the Reversed Entities window, drag and drop onto the diagram in background.
ERD is instantly formed. As you can see from the image below, the entities are visualized, without have their relationship appeared.
- Let’s say if you want to optionally show a relationship between particular entities, try this: In the ERD, right click on any entity that involves in the relationship and select Related Elements > Visualize Related Model Element… from the popup menu.
- In the Visualize Related Model Element window, select the relationship to visualize and click Visualize at the bottom.
Now you can see the relationships. 🙂
Related Articles
- Personalize Database Connection Settings to Aid in Team Development
- Progressively Develop Conceptual, Logical and Physical ERDs
- Criteria: Retrieve Database Record in Object-Oriented Way
- Reverse Database without Overwritting Entities
Leave a Reply
Want to join the discussion?Feel free to contribute!