Thursday 4 April 2013

Simple Database Backup, Database Backup, Database Backup with MS Access using VB.net


Simple Database Backup with same system : (Database Backup with MS Access)

Step - 1:

Create a button in a window form

Step - 2:

write a code between the button events,


FileCopy ("C:\databasefolder\databasefile.mdb","D:\backupdatabase\databasebackupfile.mdb")

MsgBox("Backup has been taken Successfully")

Step - 3:

Finally after execute a win form and see a output from your backup folder, its simple.

0 comments:

Post a Comment