Charlotte Foust
charlotte.foust at gmail.com
Tue Oct 25 16:47:02 CDT 2011
Last one out has to be able to delete the ldb file. If they don't have full permissions, that isn't possible. If they don't have write permissions, they can't be entered into the ldb file, and if they don't have create permissions, they can't create it if they're the first ones in. Charlotte Foust On Tue, Oct 25, 2011 at 11:17 AM, Doug Steele <dbdoug at gmail.com> wrote: > Thanks, Jim. > > Setting the 'ASPNET' user to have full permissions on the folder containing > the database has fixed the problem. The default permissions were read > only. > > Can you explain why this is required when the .mdb is already opened by > another user, but isn't necessary when the website is the only 'user' > opening the .mdb file? You still have to be able to write to a folder to > open the .mdb. > > Doug > > > On Tue, Oct 25, 2011 at 10:33 AM, Jim Dettman <jimdettman at verizon.net > >wrote: > > > Make sure the Web server account and the other user both have full privs > > (read, write, delete) for the DB directory. > > > -- > AccessD mailing list > AccessD at databaseadvisors.com > http://databaseadvisors.com/mailman/listinfo/accessd > > > Website: http://www.databaseadvisors.com > > >