Subject Re: Cannot Modify a Read Only Dataset
Author mss@smart.net
--- In ib-support@y..., Lucas Franzen <luc@r...> wrote:
>
>
> mss@s... 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.


There is no RequestLive Property for a Delphi TIBDataset component or
a TIBQuery component. RequestLive only applies to TQuery.