I have oracle as a database for my application. But I don't know the table structure, it's very complex. So from the front End, when I am creating any new item, or update any existing item, I want to know, what tables are being updated or in which table the record is getting inserting.
In a running form you can try to press F5 (if not disabled) but this shows only the block name. Get help from your DBA, they can run a script to show the SQL statements that are currently running.
Bookmarks