Hi
i am using vb to make a hospital system which works with a access database
i am having an issue with the updatign function to the database
this time round instead of hard codding the connection i used the connection/data source wizard
in microsoft visual studio 2008 and there fore most of the code has been auto generated for me
which includes the insert, delete and update funtions from what i can find and what i have read
vb is ment to also auto generate this which it is not.
the funny thing is that i can close the program down and reload it (as long as i haven't opened the database)
and my changes are still there but if i go and open the database and it hasn't changed.
also i can change the database through the use of the Dataset connections in the datasource tab
but not int he program the code ive found and believe that is meant to update the database is
this is running off a couple of buttons i also have a update query but have know way of accessing it
Me.Validate()
Me.TblPatientDetailsBindingSource.EndEdit()
Me.TableAdapterManager.UpdateAll(Me.PatientInfoDataSet)
thanking you in advanced.