TableAdapters and table changes

  • Thread starter Thread starter addoty
  • Start date Start date
A

addoty

If I change the underlying table layout (maybe expand the a varchar
value) that a tableadapter is connected to, how do I refresh the
tableadapter in the dataset designer.

Or do I have to make the same changes in two places...the SQL Server
and the TableAdapter?

Thanks,
AD
 
Back
Top