hey guys
i am trying to create a library management system which is supposed to be used to store/keep infp for the library and the library members( book title, author, name and picture for borrower and other stuffs). The app has 6 buttons, delete, save, add,previsous,next, and upload( for upload picture ). The app is working correctly on my computer which is a debeloping machine but when i try to install the app on anothee commpiter after packaging it, it is failing to save the new record inckusing the picture. Am using microsoft access as the datasource.
here is the code attachws to the save button.
Table1BindinSource.EndEdit()
Table1TableAdapter.Update(Your_DatabaseDataset.Table1)
Any help will be highly appreciated. Thanks in advance