Subject Edit TIB_Query with JOIN inside the query
Author Meir Kalter
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?