AFAIK, there is no truly consistent way to create a backup copy of an open
Access (JET) database.
The results are likely to be inconsistent (potentially corrupt) if a change
is made to the data during the copy process, and if the database open you
can't guarantee that won't happen.
It is easy enough to loop through all the tables and export the data, but
this has the same issue: the results may be inconsistent.
--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users -
http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
"Jefferson Humber" <matrix01@globalnet.co.uk> wrote in message
news:d9bmnq$n9m$1@nwrdmz01.dmz.ncs.ea.ibs-infra.bt.com...[color=blue]
> Is there a supported/official way to backup open Access Databases ?
>
> We have an Access97 DB that is open 24/7, that ideally needs to backed up
> every night without disconnecting every user/process.
>
> Just copying the .MDB file appears to work, but am cautious as to whether
> this could produce an inconsistent database.
>
> Does anybody else have this requirement too ? If so how do you manage the
> situation ?
>
> The DB is currently Access97, but this could be upgraded to a newer
> version if this functionality is available in 2000/XP e.t.c
>
> Thanks in advance,
>
> Jeff[/color]