Subject Re: [ib-support] Cannot Modify a Read Only Dataset
Author Lucas Franzen
mss@... schrieb:
>
> I have a Delphi TIBDataset component that I am trying to use to add a
> record to a table. When I open the dataset and try to add a record,
> I get the following error message:
>
> "Cannot Modify a Read Only Dataset"

you didn't set the RequestLive Property to true.

Luc.