4
i have 2 database tables:
- Components (this has fields id, name and componentType)
- Dependencies (this has fields id, componentId, dependencyComponentId)
A component type can be a client, server or database
I would like to generate a visio diagram that shows the dependency tree between this data and show appropriate images for components (client image, server image, etc)
Is this possible. I read all of the link shapes to records but:
- This doesn't seem to support multiple tables.
- I want to autogenerate the whole visio diagram (instead of linking shapes after the fact)
Shouldn't this be on StackOverflow? – TheLQ – 2010-07-18T19:41:52.120
@TheLQ Not a programming question. – Kara Marfia – 2011-03-04T01:22:00.200