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

javascript - Laravel datatable invalid JSON response -

java - Exception in thread "main" org.springframework.context.ApplicationContextException: Unable to start embedded container; -

sql server 2008 - My Sql Code Get An Error Of Msg 245, Level 16, State 1, Line 1 Conversion failed when converting the varchar value '8:45 AM' to data type int -