Which CPAN module to alter Win32 Access Control List (ACL)?



I have a problem with Microsoft Access. As you might know, MS Access is not
a real database in the sense it is not a separate process like, MySQL.
Instead of a separate processes, the MSAccess driver creates a separate file
with the extension of .mdl. This is the lock file. While you can grant
everyone access to the actual database (which typically has a .mdb
extension), you cannot to the mdl because it is created on demand.

So after the administrator account opens a MSAccess database, which CPAN
module do I use to allow others to access the newly created mdl file?

Thanks,
Siegfried

.



Relevant Pages

  • Re: IPC method to use
    ... database data and the UI? ... You could prototype a point-to-point message queue and just see how long ... server via a custom API over http (as opposed to SQL server, ... The UI is to be in a separate process so as to allow potentially ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Your opinion please
    ... assume that the Database class will be immutable in that respect. ... doesn't make sense to change whether or not a connection requires ... credentials asynchronously, IMO. ... The database will presumably be running as a separate process, ...
    (microsoft.public.dotnet.languages.csharp)