The trace messages are usually a bit more helpful in this error case, but when we get this error, its usually when we try to put a null into a non-nullable field, a primary key constraint, or a check constraint on the data base side.
↧
The trace messages are usually a bit more helpful in this error case, but when we get this error, its usually when we try to put a null into a non-nullable field, a primary key constraint, or a check constraint on the data base side.