I am using MS access database .mdb file to store the information (10 tables). The file is stored in network folder in G Drive and the G Drive is backed up (via the company server) everyday. I have developed an Java application (Swing/JFrame) which read/write into the database. The application and database are working correctly now.
I am working as an short term intern in the company and the application was developed by myself. What if the database is corrupted or crashed? How can i make it in a way that, if it crashes today then take the previous day data/file and run?
I ask because if the database is corrupted after I leave the company, no one else have idea of what to do?
Could someone recommend/suggest a process to overcome the above scenario?