Re: Backup Question
From: Douglas J. Steele (NOSPAM_djsteele_at_NOSPAM_canada.com)
Date: 01/01/05
- Next message: Joe Cilinceon: "Re: Backup Question"
- Previous message: Joe Cilinceon: "Re: Backup Question"
- In reply to: Joe Cilinceon: "Re: Backup Question"
- Next in thread: Joe Cilinceon: "Re: Backup Question"
- Reply: Joe Cilinceon: "Re: Backup Question"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 1 Jan 2005 13:15:44 -0500
Take a look at the FileCopy command or the CompactDatabase command.
-- Doug Steele, Microsoft Access MVP http://I.Am/DougSteele (no e-mails, please!) "Joe Cilinceon" <jfc@direcway.com> wrote in message news:eCozcZC8EHA.1596@tk2msftngp13.phx.gbl... > Actually here is what I asked: > > "How in code could I have an Access Database make a copy of itself to > another > location like a second hard drive or CD. I would like to add this to a daily > shutdown procedure" > > Thanks Rick for your response and I might not have been clear with the first > question. I see where the the recommend program would have worked however it > seems to have a confict with VB.net 2003 installed on the machine, even > though I running it from Office XP Access 2002 DB. It worked great until it > shuts down then wants to send a message to MS. I'm just not knowledable > enough to debug this right now. > > The database is split but and is not networked. I haven't programed since > Clipper and I'm learning this as I go so please be patient. > > What I have now is a shutdown button on the main form that closes out the > day and compacts the DB before it closes and goes to Windows. This is all > working great. I simply wanted to add something to it to have it make a > backup copy somewhere. Now I have to do the copy to CDRW myself daily. If > you could point me to some code examples on how to copy a file (the table > mdb) to say a CD or Hard drive it would be appreaciated. > > -- > Thanks > > Joe Cilinceon > > > "Rick Brandt" <rickbrandt2@hotmail.com> wrote in message > news:33nt0nF42as31U1@individual.net... > > Joe Cilinceon wrote: > > > Well I looked at it but don't see how that would be much help. I'm > > > looking for a way to put a button on the form that will allow me to > > > back up the tables to another location, either a hard drive or CD. > > > Thanks anyhow I do appreciate it. > > > > Well now you say "back up the tables" and originally you said you wanted > the app > > to "make a copy of itself". Douglas' response sent you to a solution for > the > > latter because without using the GUI you can't make an Access app copy or > > compact itself, but you can lauch another app that will do the job. > > > > If you just want to back up the data you can run routines to export them > one at > > a time to a separate file. If your app is split so that the data is in a > > separate file you can copy or compact the back end file from code in the > front > > end providing that all connections to the back end data are first closed. > This > > is much more difficult in a multi-user environment unless you implement > features > > to "kick other users out" while this process occurrs. > > > > -- > > I don't check the Email account attached > > to this message. Send instead to... > > RBrandt at Hunter dot com > > > > > > > >
- Next message: Joe Cilinceon: "Re: Backup Question"
- Previous message: Joe Cilinceon: "Re: Backup Question"
- In reply to: Joe Cilinceon: "Re: Backup Question"
- Next in thread: Joe Cilinceon: "Re: Backup Question"
- Reply: Joe Cilinceon: "Re: Backup Question"
- Messages sorted by: [ date ] [ thread ]