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)
what should i do? psm1 is under schema mpsm while ap_creditor is under schema informix. someone pls help me
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)
what should i do? psm1 is under schema mpsm while ap_creditor is under schema informix. someone pls help me