Re: Batchupdates not working as expected
- From: "Kevin Frevert" <kevin@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 Apr 2007 07:08:07 -0500
"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
.
- Follow-Ups:
- Re: Batchupdates not working as expected
- From: pilmart
- Re: Batchupdates not working as expected
- References:
- Batchupdates not working as expected
- From: pilmart
- Re: Batchupdates not working as expected
- From: Chris.Cheney
- Re: Batchupdates not working as expected
- From: pilmart
- Batchupdates not working as expected
- Prev by Date: Re: Batchupdates not working as expected
- Next by Date: Re: ClientDataSet IndexFieldNames
- Previous by thread: Re: Batchupdates not working as expected
- Next by thread: Re: Batchupdates not working as expected
- Index(es):
Relevant Pages
|