Hello,
I am writing a user defined function to DB2 on AS/400 in Java and the strangest thing happen..
I am always getting the same result from the function even when i am changing it, even if i am dropping it and create it again and even when i specify NOT DETERMINISTIC..
Does any one have ever encountered a behavior like that?
views:
265answers:
2
A:
Well, Apparently this behavior only happens when i run queries from AS/400's STRSQL...
Queries outside of the AS/400 environment returns expected results.
I hope none of you will ever need to write UDF for AS/400 in Java.. :)
Nimrod Shory
2009-10-28 09:50:31
A:
I have the same problem but I do not call an External Action, I am just doing a native function. Any solution for this bizzarre problem?
FarKorE
2010-05-31 20:17:36