Subject Re: [firebird-support] Calling an UPDATE procedure
Author Florian Hector
> procedure. How do I have to call my procedure if only just one field
> changed -> has to updated? Let's assume that we have to manage a

If you are doing an update, the old values have to come from somewhere before some of them are
changed, hence you know both old and new values. Just assign the old values to the fields which were
not changed.

Florian