I am using the Perl DBI to manipulate an Access database. The database can also be altered by forms using the normal Access tools.
Is there a way of:
1. preventing the Perl application from modifying (or even getting access to) the database when it is open by someone who is changing the database (using the normalaccess tools)
2. preventing the database being changed using the Access tools whilst the database isbeing used by the Perl application?