Hi,
1. Any body know how to call store procedure in trigger?
2. Any body know how to call store procedure in user define function?
Thanks.
Regards,
fcho
Hi,
I'm recently getting below error when calling my C UDF. Any body know how to solve this?
FYI, previously the C UDF is working fine but don't know why recently cannot work. I'm using DB2 UDB 7.2 in AIX(RS 6000).
SQL10003C There are not enough system resources to process the request...
Hi,
I've a C UDF that suppose to get 2 environment variable using getenv() but don't know why the udf unable to get it, any body know why?
FYI, my C udf is in DB2 AIX. I also set the environment variable in DB2ENVLIST using db2set and restart the instance but still cannot work.
>> db2set...
Hi,
I've 3 triggers in AIX box as below :
DROP TRIGGER SS_ATRG;
CREATE TRIGGER SS_ATRG AFTER INSERT ON SS
REFERENCING NEW AS NSS
FOR EACH ROW MODE DB2SQL
BEGIN ATOMIC
VALUES DBIQSEND('IQMGR', CONCAT(NSS.MDC,'PROG1'), '42');END;
DROP TRIGGER SS_UTRG;
CREATE TRIGGER SS_UTRG AFTER UPDATE OF...
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.