Hi, I'm using table buffering on a fox table. If, in the buffer, I insert a record, then delete this record and then do a tableupdate(), the deleted record is inserted into the database.
This is fine and what I would expect. However, I have a stored procedure tied to a DELETE trigger for the table in question, which does not fire in this circumstance. I was wondering if their is some setting which would allow the delete trigger to fire even in a buffered environment?
Thanks in advance.
This is fine and what I would expect. However, I have a stored procedure tied to a DELETE trigger for the table in question, which does not fire in this circumstance. I was wondering if their is some setting which would allow the delete trigger to fire even in a buffered environment?
Thanks in advance.