I have been programming in VB6 and MS Access for about 3 years now and decided to move to VB2005. The walkthroughs are a great help especially with regards to data access. However, I found out that my changes are lost when I send my updates to the data source. Has anyone experienced this I even tried the MyMovieCollection Startup kit and it also doesn't update the DVDs table.

Frustrated at data source updates...
Geoff_Praha
Hello Rick,
If you post the code you're using to perform the update it might be easier to help troubleshoot why your updates are not working.
Also you might want to check this topic that explains the specifics of working with local data files.
How to: Manage Local Data Files in Your Project
http://msdn2.microsoft.com/en-us/library/ms246989.aspx
JayWK