mehdi2c 0 Newbie Poster

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

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.