Invalid Column on Update on table with extra column

S

sutphinwb

Hi

I am trying to update a dataset table that I have added a column to
that is not in the database. I load the column in the table RowChanged
event. I don't want the column to be updated along with the rest of
the table fields, however, when I do the ta.Update(myTable), I get an
exception for an "Invalid Column" with the name of my extra column. Is
there some way to make this column so that Update doesn't try to send
it to the stored procedure?

Thanks

Bill
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top