I am unable to reproduce, can you supply more information?
> which will not bind the null value, and therefore fail
Hmmm, null values are not bound in the where clause but are in the set clause... but I am unable to reproduce this issue (works fine for me) so I need more information to reproduce.
... for example: the notes field is null when fetched... so it appears in the update where as... and notes is null
update o_customer set name=?, notes=? where id=? and name=? and notes is null
Thanks, Rob.