Hi SaxGirl,
Up until yesterday, I would have completely agreed with you. Was on to microsoft support and they suggested using technique layed down at the website
http://support.microsoft.com/?id=308055 – Go by Code Sample 2.
It's basically saying that the whole row is a primary key. i.e. that row will never be repeated, so therefore is unique. However, what most users can do is copy and paste from a previous row into the AddNewRow for DataGrid.
If they then save this to the db. Next time someone changes, any one of these rows, it'll change the other row as well.
Thanks for posting, and up until yesterday, I would have agreed. Please be sure to test your code to see if this loop hole is there. Can you let us know of your outcome.
Either way, you'll get to see a potential issue, or if yours works I could finally have my solution.
Thanks so much for posting Saxgirl,
Stuart