We use Visual MFG v6.2.8 on a Microsoft SQL Server. There is a table named purc_order_line that has a trigger defined as update_purc_order_line. When I try to run an update script on the table I get the error: Server: Msg 50000, Level 16, State 1, Procedure UPDATE_PURC_ORDER_LINE, Line 182
VMFG-30903 error in trigger UPDATE_PURC_ORDER_LINE. I am guessing the update command is somehow getting confused with the trigger name. Is this correct? If so, how can I run an update script on this table? Thanks in advance for any assistance!
VMFG-30903 error in trigger UPDATE_PURC_ORDER_LINE. I am guessing the update command is somehow getting confused with the trigger name. Is this correct? If so, how can I run an update script on this table? Thanks in advance for any assistance!