You would get the mismatch error because a Boolean field is always a bit-field, meaning the bit is either on or off, '1'B or '0'B, in basic it is either '-1'B or '0'B, but never null. However you can set the bit, as a default value.
Hope this helps.
peace95
|