Search code examples
c#datasetprimary-keydataadapter

C#: Update dataset without any primary key


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?


Solution

  • Here's an example in VB, which might give you a general idea.