ODBC Connection showing row values as #Deleted

S

Sarah

I am linking to an Enterprise database from an MSAccess 2007 database. When
I open the table I'm linked to all the row values have the word #Deleted in
them. Yet I can append to the linked table and append data from the linked
table to another table in my Access 2007 database. Any ideas on why I see
the word #Deleted and not the actual values in the table?

Thank you.

Sarah
 
S

Sylvain Lafontaine

Most plausible explanation: there is no primary key on the table or it's
constitued with an incompatible type for Access such as a BIGINT.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 
S

Sarah

It was the BigInt data type. Thank you!

Sylvain Lafontaine said:
Most plausible explanation: there is no primary key on the table or it's
constitued with an incompatible type for Access such as a BIGINT.

--
Sylvain Lafontaine, ing.
MVP - Windows Live Platform
Email: sylvain2009 sylvainlafontaine com (fill the blanks, no spam please)
Independent consultant and remote programming for Access and SQL-Server
(French)
 

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