Triggers giving problems--help urgently

  • hello everyone,

    Well i tried an after trigger for populating some columns in a table which requires values from various tables..the values are being populated correctly but still gettin some error--"Row cannot be located for updating. Data might have changed since last read."

  • Try surrounding your updates with BEGIN TRANSACTION... COMMIT TRANSACTION and that may block the row for the Trigger to work...

    I wasn't born stupid - I had to study.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply