ms access - Is there a way for a .mdb file to be emptied by itself -


i must read .mdb file on 15 minutes interval. problem file emptied each day @ 15:45 pm. , somehow loose data in interval gap.

i have searched cron jobs/scheduled task on server , found nothing know if there way set .mdb database empty @ specific time?

thanks

there no built-in way configure access database empty itself. has done either vba-code/macros inside database or external application/script accessing database , deleting everything.

if database emptied @ specific time without user interaction, there has kind of scheduled task this.

if absolutely data deleted, might possible whole database overwritten fresh/empty template somewhere. - still has done scheduled task.

if database stored on network share, accessible other computers, task deleting data might run on computer.


Comments

Popular posts from this blog

wireshark - USB mapping with python -

c++ - nodejs socket.io closes connection before upgrading to websocket -

Deploying Qt Application on Android is really slow? -