I have created two tables. With the first Table I can configure the GridView to Insert, Edit and Delete records via the GridView form directly into the table.
With the second table, I can not configure the ADVANCED SQL GENERATION OPTIONS - I can not activate anything. Both the GENERATE INSERT, UPDATE, and DELETE STATEMENTS and USE OPTIMISTIC CONCURRENCY is greyed out.
The second table have a relation to the first.
What do I need to do in order to also be able to update the second table in the same way as the first table?
Regards
Jan