M
Mark Andrews
I'm about to add some code to allow the users of my application to backup
the back-end database.
I would like to make a simple button that the user can press.
I have no trouble getting the path to the back-end db or the path to the new
file I want to be created.
My question is, is the best method to use a simple
FileCopy strPath, strPathNEW
and just make sure no forms are open in the front-end?
or is there a better more elegant approach?
I know I saw code to compact the back-end (and use it for a backup)
Pros/cons appreciated,
Mark
the back-end database.
I would like to make a simple button that the user can press.
I have no trouble getting the path to the back-end db or the path to the new
file I want to be created.
My question is, is the best method to use a simple
FileCopy strPath, strPathNEW
and just make sure no forms are open in the front-end?
or is there a better more elegant approach?
I know I saw code to compact the back-end (and use it for a backup)
Pros/cons appreciated,
Mark