where is database metadata?

O

oldtimer

I have to copy Access97 databases to Oracle.
To do so I need access to the Access97 metadata.
I have found the table names in MSysObjects but cannot find the column
descriptors.
Can you help?
 
A

Allen Browne

J

John W. Vinson

I have to copy Access97 databases to Oracle.
To do so I need access to the Access97 metadata.
I have found the table names in MSysObjects but cannot find the column
descriptors.
Can you help?

MSysObjects is not documented, and has changed in structure from version to
version.

There are no simple equivalents to SQL or Oracle's metadata tables,
unfortunately!
 
D

David W. Fenton

MSysObjects is not documented, and has changed in structure from
version to version.

Michael Kaplan claimed that once something was implemented in the
system tables, it was never changed. So, things may have been added,
but nothing that has ever existed is supposed to have been changed.
Do you have an example that would contradict what MichKa used to say
about that subject?
 
J

John W. Vinson

Michael Kaplan claimed that once something was implemented in the
system tables, it was never changed. So, things may have been added,
but nothing that has ever existed is supposed to have been changed.
Do you have an example that would contradict what MichKa used to say
about that subject?

Nope. I'd trust Michael on this one! I've never delved into the mysteries of
the MSys tables, and he has (deeply).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top