Subject | RE: [IBO] Edit TIB_Query with JOIN inside the query |
---|---|
Author | Claudio Valderrama C. |
Post date | 2001-01-21T06:30:29Z |
> -----Original Message-----Set KeyRelation to the desired table that should be affected.
> 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?
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.