Subject Re: [IBO] Edit TIB_Query with JOIN inside the query
Author Luiz Alves
Did you try add "for update" to your SQL:

"SELECT * FROM person join account on person.person_id = account.person_id
for update"

Luiz.


----- Original Message -----
From: Meir Kalter <meir_klt@...>
To: <IBObjects@egroups.com>
Sent: Saturday, January 20, 2001 6:24 PM
Subject: [IBO] Edit TIB_Query with JOIN inside the query


> 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?
>
>
>
>