I use the following commands to save data in my database
MydatabaseBindingSource.EndEdit()
MydatabaseTableAdapter.Update(DBDataSet.mydatabase)
When I enter data in debugging mode, and close the application, it wont keep the data,
But, if I publish my application it will keep the data, is this normal?
My plan is to save the data with my software and retrieve it later on with MS Access, but after publishing, I can't find the data file that contain the information,
Would you please guide me
Appreciate it
Mehdi