P
PayeDoc
Hello All
I have a split mdb with backend on a server and frontends on 6 PCs. The
backend is copied every 10 minutes to a backup directory, and then renamed,
such that the backup directory always holds 8 copies of the backend, taken
at 10 minute interval (this is done with windows scheduler running a simple
cmd file): so we can if necessary go back to any one of them if we get any
problems (like occasional 'unrecognized database' or other corruption -
which has happened rarely, but often enough!).
The problem is that the copy process seems occasionally to cause an append
query to miss one record when it is run - i.e. one fewer records is appended
than should be. This particular append query is central to our process, and
is run by one user or another every 5 minutes or so. The 'missing record'
problem occurs once or twice a day when the office is busy, and I can think
of nothing else that is causing it.
Can anyone suggest another way of creating the backup files without
affecting the append query (and I'm sure there are other potentially data
issues)? I'm guessing that, short of converting to sqlserver, there is no
way: but I'm often amazed by the ingenuity that is displayed in these
newsgroups!
Hope someone can help.
Many thanks
Les
I have a split mdb with backend on a server and frontends on 6 PCs. The
backend is copied every 10 minutes to a backup directory, and then renamed,
such that the backup directory always holds 8 copies of the backend, taken
at 10 minute interval (this is done with windows scheduler running a simple
cmd file): so we can if necessary go back to any one of them if we get any
problems (like occasional 'unrecognized database' or other corruption -
which has happened rarely, but often enough!).
The problem is that the copy process seems occasionally to cause an append
query to miss one record when it is run - i.e. one fewer records is appended
than should be. This particular append query is central to our process, and
is run by one user or another every 5 minutes or so. The 'missing record'
problem occurs once or twice a day when the office is busy, and I can think
of nothing else that is causing it.
Can anyone suggest another way of creating the backup files without
affecting the append query (and I'm sure there are other potentially data
issues)? I'm guessing that, short of converting to sqlserver, there is no
way: but I'm often amazed by the ingenuity that is displayed in these
newsgroups!
Hope someone can help.
Many thanks
Les