DB2 AS400 Java function always returns same value
Posted
by Nimrod Shory
on Stack Overflow
See other posts from Stack Overflow
or by Nimrod Shory
Published on 2009-08-10T07:42:11Z
Indexed on
2010/05/31
20:23 UTC
Read the original article
Hit count: 272
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?
© Stack Overflow or respective owner