Subject | Cannot Modify a Read Only Dataset |
---|---|
Author | mss@smart.net |
Post date | 2001-02-02T23:06:52Z |
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"
Probably I would get the same error if I tried to update an existing
record. What baffles me is why Delphi thinks this is a Read Only
dataset. I created it in the same way as I did all the other
database tables - using a source dBase table and the TBatchMove
component.
The only difference is that the table giving the error includes memo
fields.
Any ideas on what the problem is?
Thanks,
Dale F.
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"
Probably I would get the same error if I tried to update an existing
record. What baffles me is why Delphi thinks this is a Read Only
dataset. I created it in the same way as I did all the other
database tables - using a source dBase table and the TBatchMove
component.
The only difference is that the table giving the error includes memo
fields.
Any ideas on what the problem is?
Thanks,
Dale F.