Hi Thanks for the reply,
Can u please elabrate the point. I have a two button BackUp And Restore . When i click BackUp button at that time backup of database suppose Test.mdb should be taken at particular location
2) when i click on Restore button and browse and select Test.mdb at that time the database should be restored as well as it cant affect my previous database.
I have given path of database as
string path = Application.StartupPath+\\Data\\Test.mdb;
at every time i have to store database in Data Folder.
How can do this stufff? what should i do?
Thank You.