D
Doug Lowe
Hi all, this might be a simple question, but then again maybe not. I'm
binding a text box in a Windows form to a column that does not allow nulls.
The problem is, if I do AddNew, the user leaves the field blank, and I call
EndCurrentEdit, I get a "null not allowed" exception. What I want is to put
an empty string in the column. Is there something I'm overlooking?
--Doug
binding a text box in a Windows form to a column that does not allow nulls.
The problem is, if I do AddNew, the user leaves the field blank, and I call
EndCurrentEdit, I get a "null not allowed" exception. What I want is to put
an empty string in the column. Is there something I'm overlooking?
--Doug