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.

Comments

  • gpigpi
    edited 1:13PM
    If you select data from two or more tables - it will be read-only
  • gpi wrote: »
    If you select data from two or more tables - it will be read-only

    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?

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.