08-21-2005 10:11 PM
08-21-2005 10:39 PM
In principle, yes. One of the requirements of a relational database is that all its own internal structure must also be stored in relational tables. Now having said that, the way different database management systems store that information is highly application-specific. Check-out the documentation of the database you are using on the specifics of how to find the information using SQL queries.
Mike...
08-22-2005 01:07 AM
08-22-2005 06:43 AM
Ok Access;
It's been a while, but as I recall there are "system tables" that define your database's structure. The one you're looking for I think is "MSysRelationships"
Mike...
08-22-2005 02:11 PM