I am going through the Learning Resources by Bab Tabor. Lesson 9 is about databinding. The culmination of the whole lesson developing a simple application where you can use a form to change data in the original SQL database. When I build my own program based on the specific example outlined in the lesson, the changes I make in the form are never updated into the original database. So, I go and download the solution and the same thing happens, the data in the original database (in the example MyCompany) is never updated.
Any guidance

DataBinding
cVic
Setting it to "copy if newer" works
J Cervero
The solution is to select your database.mdf file in the solution explorer, and set its "copy to output" property to "do not copy". You may need to do some manual copying if you want to make changes via the IDE, but your runtime changes will be preserved.
--Mable
kc1
averageJ
AllanHO
An attempt to attach an auto-named database for file..........
Any thoughts