Subject Re: [ib-support] How get update a TIBQuery attached to a TIBQuery
Author Woody
From: "M Patterson (Multinail)" <mpatterson@...>
>
> We tried that, connected the TIBDataset to the grid, put out query into
the
> SelectSql statement, and then tried to edit with the grid. It still
refused to
> change. Is there something we're missing?
>

If you use a TIBDataset, after filling in the SelectSQL expression, right
click on the component and select Dataset Editor. This will bring up a form
for generating the rest of the SQL needed for updating, deleting, and
refreshing the dataset. Select the key fields to use to identify an
individual record and the fields you want included that can be modified.

Woody