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


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to