Hi,
I'm new with DB2, I came from SQL Server so there is some kind of things that is really different.
I'm using DB2 8.2 on Windows.
I've to create an UDF that is called by a trigger, but this kind of implementation lock some dependencies. I cant fix my UDF because its being used by my trigger... or UDFs that use this function..
I think this is because of the BEGIN ATOMIC that cant be removed on a UDF/Trigger, at least when you need declare local variables...
Am I doing something wrong, or this is the implementation of DB2, I can understand why this happen but this turn the maintenance difficult to do, if necessary.
I tried to read a lot of references/redbooks/books about UDFs and stored procedures... but none gets deep on this topic...
Thanks for any help.