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)