ESB database table polling without deleting the record
Is it possible to use DB Adapter to poll a database table for new records without actually deleting them in the source table? I think it's not a problem to use a trigger to insert a record to temp table (which will be used for polling) whenever there is an INSERT into the source table, but still...