Backup and restore function in Visual Basic 6.0
Asked By
0 points
N/A
Posted on - 04/06/2012
I want to add backup and restore function in my VB6.0 project. I want the program to create a backup folder containing the backup file of my access database in drive C: of my computer upon clicking the backup button.
I also want to add restore function so that if I accidentally deleted the to my backup folder, I can restore it.
Please let me have the simplest code for this. Thanks.