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

  • Thread starter Thread starter jonas toft christensen
  • Start date 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?
 
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.
 
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.
 
Back
Top