Could not determine which columns uniquely identify the rows for .....

  • Thread starter jonas toft christensen
  • Start date
J

jonas toft christensen

Ive read about similar problems here.

Im using a SQL 2000 db. Im trying to use the VS .NET designer to drag
'n' drop tables from Server explorer to my component and receive this
error message.

My table is uniquely identified by a primary key, so I dont understand
the problem. Do you have any ideas?
 
V

Val Mazur \(MVP\)

Hi,

What is the table name that generates this error? If you have spaces or
period (.) in a table name, you could get this error.
 
J

jonas toft christensen

The name of the table is WaterPlant. None of the columns have anything
but alphabetical characters. The name of my connected server is:

PG2-SERVER.ProcessGuard2

Ill try renaming it for now.
 

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