abcfantasy
Programmer
I just don't understand why. I've got a database table, with a column named 'Postcode' of type varchar(10) and allownull thicked.
Now when I add a record and leave the postcode empty, I get a NoNullAllowedException saying "Column 'Postcode' does not allow nulls".
I've spent hours now trying to solve it and just can't find why.
ABC -
Now when I add a record and leave the postcode empty, I get a NoNullAllowedException saying "Column 'Postcode' does not allow nulls".
I've spent hours now trying to solve it and just can't find why.
ABC -