G
Guest
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.
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.