[quoted text, click to view] On Wed, 17 Oct 2007 06:14:01 -0700, Julia B <JuliaB@discussions.microsoft.com> wrote:
¤ Hi
¤
¤ I wonder if you can help me. I've got an asp.net (version 1.1) intranet
¤ application that connects across a network to an access backend db. The
¤ backend db is on a directory where everyone (including the ASP.Net account)
¤ has full access (not sure if that's the right way to go about things but it
¤ works).
¤
¤ However my application now needs access to some information from another
¤ network access db, which is on a directory where everyone (including the
¤ ASP.Net account) has read & execute rights. When I try and open a connection
¤ I get the "you can't do this because the db is already opened exclusively by
¤ another user" message. I can't, and don't want to, change the directory
¤ rights to the second db and it's in constant use so I can't kick people out.
¤ Is there any way around this?
¤
¤ Thanks for your help in advance.
Without sufficient permissions to the resource you would have to open the database for read-only
access in order to suppress creation of the corresponding .LDB file.
Paul
~~~~