C
Chistof Goldberg
Hello folks out there,
I am new to ADO.NET working with C#.
I have a table with some restrictions (Not allowing Null values) on some
fields. When I add a new record to the BMB it's not reflected to my data set
which is
a member variable to the form. So I tried to merge the value to the data set
calling
EndCurrentEdit or UpdateDataSet subsequently getting an exception ("does not
allow null . . .")
Is there a way to move this new row from the BindingManagerBase to the data
set without
saving the new row to the database so I can work on that data. I want to do
validation on my
own and dertermine when the data is written to the database.
Any help appreciated. Thanks.
- Christof
I am new to ADO.NET working with C#.
I have a table with some restrictions (Not allowing Null values) on some
fields. When I add a new record to the BMB it's not reflected to my data set
which is
a member variable to the form. So I tried to merge the value to the data set
calling
EndCurrentEdit or UpdateDataSet subsequently getting an exception ("does not
allow null . . .")
Is there a way to move this new row from the BindingManagerBase to the data
set without
saving the new row to the database so I can work on that data. I want to do
validation on my
own and dertermine when the data is written to the database.
Any help appreciated. Thanks.
- Christof