Edit view in data grid with instead of trigger

Anatoliy

Member²
Edit view in data grid with instead of trigger

Hello! Can I Edit view in data grid with instead of trigger.
I want run query in editor Example: select * from v_view for update; and edit result in data grid. View v_view has "instead of" trigger on insert or update or delete

Thanks
 
This is currently not possible. The SQL Window relies on the rowid to identify records, which are not returned for views with instead-of-triggers.
 
Back
Top