G
Guest
I am trying to insert data from a dataset into the source database. I get an
error when calling update on the data adapter. Here is the error:
Cannot insert the value NULL into column 'KeyID', table 'dbo.Reservations';
column does not allow nulls. INSERT fails.
KeyID is an autogenerated number in SQL Server.
Thanks, Justin.
error when calling update on the data adapter. Here is the error:
Cannot insert the value NULL into column 'KeyID', table 'dbo.Reservations';
column does not allow nulls. INSERT fails.
KeyID is an autogenerated number in SQL Server.
Thanks, Justin.