I have a relational table that uses a delegate to provide a drop down. When I change a drop down value and call submitall I get a SQL Server error that says I have an invalid column name.

The view displays all of the data properly so how can I have an invalid column name? Perhaps I need to manually perform the changes to the tables?