Visio database diagrams, associating columns - Stack Overflow most recent 30 from stackoverflow.com 2009-11-29T06:54:54Z http://stackoverflow.com/feeds/question/206070 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/206070/visio-database-diagrams-associating-columns 1 Visio database diagrams, associating columns jeph perro 2008-10-15T19:27:44Z 2008-10-16T06:41:05Z <p>Hi there,</p> <p>I'm trying to be a good developer and create some documentation before I start programming my next project.</p> <p>I have created a database schema diagram in Visio and created relationships between columns.</p> <p>However, I am looking for a way to make the relationships between columns more clear. I want the arrow to connect column to column.</p> <p>Is there a way to do this in Visio?</p> <p><a href="http://img98.imageshack.us/img98/25/visiohelphq2.jpg" rel="nofollow">http://img98.imageshack.us/img98/25/visiohelphq2.jpg</a></p> <p></p> <p></p> http://stackoverflow.com/questions/206070/visio-database-diagrams-associating-columns/206111#206111 -1 Answer by thmsn for Visio database diagrams, associating columns thmsn 2008-10-15T19:36:55Z 2008-10-15T19:36:55Z <p>To my knowledge this is how visio draws it, and it is not possible to get it to point at an exact column. its kinda annoying, but I guess you learn to live with the FK markings</p> http://stackoverflow.com/questions/206070/visio-database-diagrams-associating-columns/206333#206333 -1 Answer by Eric Ness for Visio database diagrams, associating columns Eric Ness 2008-10-15T20:33:31Z 2008-10-15T20:33:31Z <p>If you click on the relationship arrows, green midpoints will appear. You can use these to drag the relationship arrow up and down. Be careful not to move the endpoints, though, because Visio will disassociate that connector from the table object.</p> http://stackoverflow.com/questions/206070/visio-database-diagrams-associating-columns/206850#206850 -1 Answer by ConcernedOfTunbridgeWells for Visio database diagrams, associating columns ConcernedOfTunbridgeWells 2008-10-15T22:59:12Z 2008-10-15T22:59:12Z <p>The answer is that it won't, but you can click and drag the lines around. The method I use to get around this is to name the FK relationships and display the names (there is an option to do this in Database->Options) or to label the relationships with the column.</p> http://stackoverflow.com/questions/206070/visio-database-diagrams-associating-columns/207607#207607 2 Answer by Pat Leahy for Visio database diagrams, associating columns Pat Leahy 2008-10-16T06:41:05Z 2008-10-16T06:41:05Z <p>You can use the Visio Drawing tools to force the Relationship Connector to glue to particular Connection Points on the Table Shapes:</p> <ol> <li>Turn on Connection Points in the View menu.</li> <li>On the standard toolbar find the Connector Tool just to the right of the Pointer Tool. Click on the little arrow and change to the Connection Point Tool.</li> <li>Hold Ctrl and click on one of the Table Shapes at the point where you want to join the Relationship Connector.</li> <li>Do the same on the other Table Shape.</li> <li>Glue the ends of the Relationship Connector to the Connection Points you just added.</li> <li>You will have broken the relationship. To fix it, select the Relationship Connector and view the definition of the relationship in the Database Properties Window. </li> <li>Associate the fields again.</li> </ol> <p>(This was tested with Visio Enterprise 2003.)</p>