"damezumari" <jannordgreen (AT) gmail (DOT) com> wrote
Quote:
I use MySql and need to have a diagram showing how the tables and
their fields and how the tables are related.
Till now I have generated the tables in MS Access just to get a
diagram, but surely there must exist better ways. |
Here's what I did one time:
Generate the tables in Oracle.
Generate table links to the Oracle tables in MS Access.
Define the relationships (foreign key/primary key) in MS Access, for the
table links.
Generate the relationship diagram in MS Access.
It's actually fewer steps than generating the tables in MS Access first.
Plus, it's easy to keep your diagram in synch with your actual tables as
the schema evolves.
Quote:
Do you know of a free database chart program?
Regards,
Jan Nordgreen |