Subject Re: [IBO] Using IBOQuery with DBGrid to modify data
Author abedna2000
--- In IBObjects@yahoogroups.com, Hans Hoogstraat <hhoogstraat@s...>
wrote:
> Maybe ....
>
> Create Table Family (UniqueKey Integer, FName varchar(12), LName
varchar(20,
> Primary Key (UniqueKey))
>
> TIBOQuery.SQL = 'select FName,LName' .. rows can not be updated
in Grid
>

Ok, good to know.

> Check TIBOQuery.RequestLive flag
>

Well, setting it to True makes the DBGrid behave as if the data were
edited, that's some progress, but I found out I don't know how to
commit the changes. Might a IBOQuery.Post call before IBOQuery.Close
be a solution?

Thanks
A.B.