bayden
I use the following;
SQL> SHOW TABLE(CONSTRAINT) table_name
Do this on all your tables. From here you can see what the foreign keys
reference.
After you have worked this out, you can sketch an ERD fairly easily.
Simple yet effective,
Jeff
"bayden cline" <bay...@isys.ca> wrote in message
news:AIaAa.262748$w7k....@news04.bloor.is.net.cable.rogers.com...
V3.x of ERwin (now owned by Computer Associates) could connect to RDB
and read/reverse-engineer the schema. Not sure if v4.x has Rdb as a
'native' db any longer...if not, ODBC ought to work.