Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: johnzur@xxxxxxxxxxx
- Date: 14 Jul 2005 13:35:39 -0700
I am having no problem getting both the database with the linked table
USERS
and the database that actually holds the unlinked USERS table
on a network drive so I don't see permissions as a problem since the
web can access the files fine as long as it isn't trying to access
the linked tables in other database.
For instance:
If I change the link table USERS in the SALES database to a non-link
table the asp pages over the web work fine.
I can access the original USERS table in the ALLUSERS database
find over the web.
I run into problems with I try to access the linked USERS table
through the SALES database over the web. This link works fine
from a networked drive.
Everything works fine except when accessing the linked tables from
the database employing the link when using the web.
Thanks.
John Z.
Bob Barrows [MVP] wrote:
> johnzur@xxxxxxxxxxx wrote:
> > Here's the entire error:
> >
> > Microsoft OLE DB Provider for ODBC Drivers error '80004005'
> >
> > [Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database
> > engine cannot open the file '\\15.40.4.241\NETDRIVE\incoming.mdb'. It
> > is already opened exclusively by another user, or you need permission
> > to view its data.
> >
> > I put in the IP address in the link because I access the database from
> > other machines and if I use a drive letter I get an error when
> > accessing
> > via a networked drive. The links work fine when using a network
> > drive.
>
> Just to add to what Ray said (which is completely correct): all users of an
> access databse must have read/write permissions for the folder containing
> the database file, not just the file. This is because they need to be able
> to create, modify and delete the database lock control file (dbname.ldb) in
> order to allow multiuser activity. Without the lock file, only one user will
> be able to connect to the database at a time.
>
>
> Bob Barrows
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
.
- Follow-Ups:
- Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: Bob Barrows [MVP]
- Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- References:
- Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: johnzur
- Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: Ray Costanzo [MVP]
- Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: johnzur
- Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- From: Bob Barrows [MVP]
- Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- Prev by Date: Re: dates
- Next by Date: Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- Previous by thread: Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- Next by thread: Re: Microsoft OLE DB Provider for ODBC Drivers error '80004005'
- Index(es):
Relevant Pages
|