Hello!
The situation:
Local(!!) Interbase database -> Dataset -> Datasource. My data is correctly being displayed in a DBGrid, but...as I am trying to update one specific grids column in all the selected rows of in the grid with a value retrieved from a treeview I am stuck!
The underlying Dataset returns an error: "Cannot perform this operation on a closed dataset" .
I am using this dataset to perform the select query that fills my DBGrid. Afterwards (at least I have thought it this way) I want to use the ModifySQL Property to fill in the Update statement and Execulte the SQL. But when I am trying to position the pointer to the bookmark of the actual cell (of of the SelectedRows) I get the error. (above)
Please help me! How can I solve this problem???