in reply to Re: Signals and END block
in thread Signals and END block

Good solution, but only if you use the same database connection to query the table. I have other processes scanning the database table, and then this record never appears until it is COMMIT'ed.

Cheers