Is it possible in C# to use an OleDbAdapter and use its Update method for a dataset when a table has no primary key and how can I do this?
A:
Can you add a primary key?
Without some kind of unique ID (which should be the PK) then there is no way of knowing what row to update.
gbn
2009-11-28 19:29:19