We can fix the problem in the stored procedure for the InsertCommand but
that means we have to maintain the column default values in two places (ie
the table definition and the InsertCommand stored procedure, actually we
probably need to do it for the UpdateCommand SP as well).
It's hard to believe that this is true - am I missing something?