W
Webbyz
I have a code question. I am trying to figure out how to make a backup
of a .mdb database when a user selects the "BackUp Database" option
from the MainManu Control I have created. I would like the application
to take the current database file 'WASA.mdb' and copy it into another
folder.
My current folder that is holding the database is C:\Program
Files\WASA\BIN\
So the current path to my DB is C:\Program Files\WASA\BIN\WASA.mdb
I would like to copy this instance of the database on the users command
to another folder.
This folder will be C:\Program Files\WASA\BIN\BACKUP\
I cannot find a way to do this function. If anyone has any suggestions
please let me know. Thanks a bunch.
of a .mdb database when a user selects the "BackUp Database" option
from the MainManu Control I have created. I would like the application
to take the current database file 'WASA.mdb' and copy it into another
folder.
My current folder that is holding the database is C:\Program
Files\WASA\BIN\
So the current path to my DB is C:\Program Files\WASA\BIN\WASA.mdb
I would like to copy this instance of the database on the users command
to another folder.
This folder will be C:\Program Files\WASA\BIN\BACKUP\
I cannot find a way to do this function. If anyone has any suggestions
please let me know. Thanks a bunch.