Subject | Re: [IBO] Edit TIB_Query with JOIN inside the query |
---|---|
Author | Luiz Alves |
Post date | 2001-01-23T01:34:50Z |
Did you try add "for update" to your SQL:
"SELECT * FROM person join account on person.person_id = account.person_id
for update"
Luiz.
"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?
>
>
>
>