> PS: You might consider applying the patch for (update where > not_found) -> 100
No, this is not allowed. sqlcode is supposed to be 0 in above case.You need to explicitly check for the number of rows updated in yourprogram if needed.
Andreas