G
gdb390
Guest
Hi, OpenEdge 11.6 I have created a database table with a create & write trigger. In the create trigger the PK (which is an ID) is filled with a number from a sequence . I created a business entity eg Customer.cls based on the table. You get a temp-table with the before-table and some methods to handle data access. One of them is the create method. If I create a temp-table record (tracking-changes = true) and pass it to the create method, the record is created in the database, but the trigger is not fired. Why is that ? Am I missing something ?
Continue reading...
Continue reading...