G
Guest
I have a winform with a data adapter defined thru the wizard in the usual
fashion for editing a single table. I call AddNew and enter my data. I
then do a EndCurrentEdit call and the thing crashes, complaining about how a
null field is not allowed, even though that textbox is filled in and is bound
to that db field. (Furthermore, that field has an assigned default value in
the database.)
Any suggestions?
fashion for editing a single table. I call AddNew and enter my data. I
then do a EndCurrentEdit call and the thing crashes, complaining about how a
null field is not allowed, even though that textbox is filled in and is bound
to that db field. (Furthermore, that field has an assigned default value in
the database.)
Any suggestions?