Error type

I

Iona

Does anyone know this type of error means?
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not use ''(unknown)''; file already in use.
/asp/PPLMain/memberpage.asp, line 10

and in my line 1o is
RsMember.ActiveConnection = MM_connPPL2_STRING

This works before but then it went like this. Anyone can help?
 
M

Manohar Kamath [MVP]

Looks like the LDB file is either not deleted after the query was done.
Check for an LDB file in the same folder as the Access database, and delete
it. If you can't, then, try restarting the server and then deleting it.
 
K

Ken Schaefer

NTFS permissions problem.

Your anonymous user account (usually iUSR_<machinename>) needs to be able to
delete the .ldb file that it created.

Give IUSR_<machinename> RW permissions to the folder that the .mdb file is
in
Give CREATOR/OWNER full control over that folder.

Cheers
Ken


: Does anyone know this type of error means?
: Error Type:
: Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
: [Microsoft][ODBC Microsoft Access Driver] Could not use ''(unknown)'';
file already in use.
: /asp/PPLMain/memberpage.asp, line 10
:
: and in my line 1o is
: RsMember.ActiveConnection = MM_connPPL2_STRING
:
: This works before but then it went like this. Anyone can help?
:
: -----------------------------
: This message is posted by http://Asp.ForumsZone.com
:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,787
Messages
2,569,627
Members
45,329
Latest member
InezZ76898

Latest Threads

Top