I am trying to associate a column with a zero bit, which is currently mostly null, but I need to somehow convert the null value to false at runtime since it does not bind to the checkbox if it is zero. But at the moment, I cannot change the default value and update all records accordingly - is there a way to do this at runtime?
Chris source
share