• No, I was saying that the INSERT INTO command will return true for update() for all columns, regardless of whether NULLS or empty strings are assigned.

    The following will return false for update() of col3:

    UPDATE Testing SET col1='a', col2='b', col4='d' WHERE .....


    Cheers,
    - Mark