TableAdapter UpdateCommand For Table Without Primary Key
Posted
by Steven
on Stack Overflow
See other posts from Stack Overflow
or by Steven
Published on 2010-03-15T19:23:50Z
Indexed on
2010/03/15
19:29 UTC
Read the original article
Hit count: 304
What is the syntax for an Update query for a table without a primary key?
Disclaimer: Frustratingly, adding a primary key is not an option. My program is a small program in a much larger system with poor data management. My development time does not include rewriting the other software.
© Stack Overflow or respective owner