Subject RE: [IBO] Edit TIB_Query with JOIN inside the query
Author Claudio Valderrama C.
> -----Original Message-----
> From: Meir Kalter [mailto:meir_klt@...]
> Sent: Sábado 20 de Enero de 2001 16:24
>
> I Have this type of query:
> SELECT * FROM person join account on person.person_id = account.person_id
> Is there any ability that i can edit the data inside the grid?
> I have now canModify and canEdit false, when there is a JOIN of TABLES in
> the query.
> Could some body help?

Set KeyRelation to the desired table that should be affected.

If you need to update both tables, then use the 3
***SQL properties of TIB_Query to call a stored procedure that will do the
work on the server.

C.