Subject | Re: [IBO] Using IBOQuery with DBGrid to modify data |
---|---|
Author | abedna2000 |
Post date | 2004-11-07T19:48:29Z |
--- In IBObjects@yahoogroups.com, Hans Hoogstraat <hhoogstraat@s...>
wrote:
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.
wrote:
> Maybe ....varchar(20,
>
> Create Table Family (UniqueKey Integer, FName varchar(12), LName
> Primary Key (UniqueKey))in Grid
>
> TIBOQuery.SQL = 'select FName,LName' .. rows can not be updated
>Ok, good to know.
> Check TIBOQuery.RequestLive flagWell, 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.