All,
I have two tables.
TABLE A TABLE B
1 1
2 2
3 3
4 4
These tables have links in the database. I.e. Table A id 4 can be linked with table B id 2. Or table B id can be linked with an id in table A)
I have added drag/drop functionality between tables to make these (many-to-many) links.
What I now need to investigate is how I could draw a visual link between the tables which illustrates which links have been established. E.g:
If anyone knows of such a tool, or anything similar which could illustrate links (colors/3D tables/graphs etc.) then please let me know.
Cheers,
ns