hi,
i got error when creating trigger..
CREATE TRIGGER INSERT_PSM1
INSERT ON PSM1
REFERENCING NEW AS NEW_DATA
FOR EACH ROW (
INSERT INTO AP_CREDITOR (
SIRI_NO)
VALUES (
NEW_DATA.SIRI_NO)
)
Error: Could not open database table (mpsm.psm1). (State:S1000, Native Code: FFFFFF0E)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.