Hi,
your database file probably gets overwritten by the design-time version. See this FAQ for more detailed explanation and possible solutions...
Also, you don't have to call AcceptChanges() after calling tableadapter's Update method, since this method by default already makes sure it-s called when update is succesfull.
Andrej
|