Access data base does not update is it easy or a bug  
Author Message
Larrycoe





PostPosted: .NET Framework Data Access and Storage, Access data base does not update is it easy or a bug Top

Created a database in Access2003 simple name and address and a Stats table

Have a query table which links the 2 in a many to 1 join

Create a form in vb2005 and use the wizard by dropping fields from the data table using the ADO method

run app and all OK except my access database is never updated.

Can add new and save no errors but stop run and start again nothing updated.

WHY

What am I supposed to do.

Checked all code and trace and the update command from the savebuttonclick is there and "is used"

checked all bindings etc



.NET Development26  
 
 
ahmedilyas





PostPosted: .NET Framework Data Access and Storage, Access data base does not update is it easy or a bug Top

can you show the code

be sure you selected to copy if newer on the MS Access file in the solution explorer for your project. It could be on "Always copy" which means next time you build/start your app it will overwrite the existing updated file