Error message: Cannot modify a read-only dataset
I'm trying to edit a DataSet using the following routine:
TfrxDBXQuery.DataSet.Edit;
All that I get is an error message (Cannot modify a read-only dataset).
How to overcome this problem??? I cannot find the Read Only property for a DataSet.
TfrxDBXQuery.DataSet.Edit;
All that I get is an error message (Cannot modify a read-only dataset).
How to overcome this problem??? I cannot find the Read Only property for a DataSet.
Comments
Actually I'm selecting data from a single table. So it isn't possible to change this property even if a have this kind of selection?