Copy database and rename database Using VB

  • Thread starter Thread starter Colin
  • Start date Start date
C

Colin

Hi I have a database that has a working front end however
this is constantly under development. I have set up
checks so that new release versions f the database can be
deployed but i have come unstuck in how move and rename
the old front end version to a new location. i would
then arrange for a copy of the new version to be pasted n
the original location.

The old version needs to be saved using the filename and
the version number which is held in a table.

If anyone can help it would be much appreciated.

kind regards
Colin
 
filecopy source , destination 'to copy
kill source 'to delete
name source as newname 'to rename
 
Back
Top