What is the data model for an attachment?

S

Stewart Berman

when you add an attachment field to a table an entry is made in MSysObjects for a table with what
looks like f_ plus a GUID. They Type is 1 which is supposed to be a local table but no such table
exists. The parent id is 251658241 which is Tables but there isn't any tabledef for it.

There is an entry for the attachment field in MSysComplexColumns but the FlatTableID points back to
f_GUID table.

Queries that work on a normal table (a delete using a joint on primary keys) fail on a table with an
attachment.

So where do attachment fields fit into the Access 2007 data model?
 

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