Re: Batchupdates not working as expected



"pilmart" <martin.scullion@xxxxxxxxxxxxx> wrote in message
news:4631e0f6$1@xxxxxxxxxxxxxxxxxxxxxxxxx

Am I correct in assuming I need to put the dataset into edit before
changing anything


Yes, before you can edit data inside a dataset, the dataset must be in Edit
mode (calling YourDataSet.Edit();) Same goes for inserting data (must call
the methods Insert or Append).

Good luck,
krf


.



Relevant Pages

  • (v2003) Datagrid Dropdownlist Edit Problems
    ... I'm trying to edit data in a datagrid through a dropdown list with different ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Modiify Records
    ... I suggest that you open up Access Help, ... can't I edit data in my form?". ... form which is based upon a query of more than two tables. ...
    (microsoft.public.access.queries)
  • How to validate input in gridview edit mode
    ... I have a gridview that can edit data, ... I can update the data via an Edit ... validate. ... How can I make such validation in edit mode in a gridview? ...
    (microsoft.public.dotnet.framework.aspnet)
  • Editing datagrids & scrolling problem
    ... I have a datagrid that uses an EditCommandColumn to edit data. ... edited record is way way down the page, and the screen is displaying the top ...
    (microsoft.public.dotnet.framework.aspnet.datagridcontrol)
  • ColChanging problem on Datatable - Desperate
    ... and refresh the datatable and resetbindings on the datagrid after the edit. ... I am done with the changes - no luck. ... I have also put the code to re-add the handler in a sub and called that from ... I have tried to call the button click event from the column changing code ...
    (microsoft.public.dotnet.languages.vb.controls)