Subject | Edit TIB_Query with JOIN inside the query |
---|---|
Author | Meir Kalter |
Post date | 2001-01-20T20:24:04Z |
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?
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?