I have a dataset that I created using the dataset designer. After going through the configuration steps in tyhe TableAdapter Configuration Wizard (), it said that it created insert, update, and delete methods based on the select query.
However, at runtime, the method: Me.UpdateUpdatedRows ( dataSet, allChangedRows, allAddedrows ) results in this exception: Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
Someone in another post siad that the update method wasn't created. how can that be if the designer wizard said it did? If I have to add one muyself, how do I do it via the wizard?
This is all for a desktop application.
Hopefully you can retrieve the Word Document I left on a website of mine.
Thanks in advance,
Jerry Scannell
However, at runtime, the method: Me.UpdateUpdatedRows ( dataSet, allChangedRows, allAddedrows ) results in this exception: Update requires a valid UpdateCommand when passed DataRow collection with modified rows.
Someone in another post siad that the update method wasn't created. how can that be if the designer wizard said it did? If I have to add one muyself, how do I do it via the wizard?
This is all for a desktop application.
Hopefully you can retrieve the Word Document I left on a website of mine.
Thanks in advance,
Jerry Scannell