Protecting database models

W

wardba

Hi,

I often have to reverse engineer database models on systems I work with.
When laying out the shapes, one of the challenges is to get the connectors to
route in the proper direction without breaking the underlying model. For
example, if the connector becomes disconnected on one end, it will remove the
foreign key column from the table.

Is there a way I can lock the underlying schema so that I'm guaranteed not
to change it if I accidentally unhook a relationship? Currently I'm using
Visio 2007.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top