Wrox Home  
Search P2P Archive for: Go

  Return to Index  

access_asp thread: Microsoft OLE DB Provider for ODBC Drivers error '80004005'


Message #1 by "Joseph Nelson" <joseph_nelson@m...> on Tue, 28 Aug 2001 17:26:06
"Microsoft OLE DB Provider for ODBC Drivers error '80004005' 

[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database 

engine cannot open the file '(unknown)'. It is already opened exclusively 

by another user, or you need permission to view its data. 

/file_name.asp, line 34"



This file is accessing a MSAccess97 database. It worked just fine up until 

we upgraded the ODBC drivers on our NT4/IIS4 server with MDAC2.5



After that upgrade, we started sporadically recieving errors like this.

I am a complete newbie to ASP (I am reading the 'Beginning Active Server 

Pages 3.0' Wrox book - but haven't gotten far enough in it yet!) and am 

the only support on site for this problem - any help would be GREATLY 

appreciated.



Thanks!
Message #2 by "sahas lad" <sahas_lad@h...> on Wed, 29 Aug 2001 12:32:08 +0000
hi,

the err mess can  be due to the opening of database. If u are executing the 

asp file and at the same time if the database i.e ms access table  is open 

then this err mess comes.

Try closing the database and execute the code.



Let me know if it works...

                                                Bye











>From: "Joseph Nelson" <joseph_nelson@m...>

>Reply-To: "Access ASP" <access_asp@p...>

>To: "Access ASP" <access_asp@p...>

>Subject: [access_asp] Microsoft OLE DB Provider for ODBC Drivers error 

>'80004005'

>Date: Tue, 28 Aug 2001 17:26:06

>

>"Microsoft OLE DB Provider for ODBC Drivers error '80004005'

>[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database

>engine cannot open the file '(unknown)'. It is already opened exclusively

>by another user, or you need permission to view its data.

>/file_name.asp, line 34"

>

>This file is accessing a MSAccess97 database. It worked just fine up until

>we upgraded the ODBC drivers on our NT4/IIS4 server with MDAC2.5

>

>After that upgrade, we started sporadically recieving errors like this.

>I am a complete newbie to ASP (I am reading the 'Beginning Active Server

>Pages 3.0' Wrox book - but haven't gotten far enough in it yet!) and am

>the only support on site for this problem - any help would be GREATLY

>appreciated.

>

>Thanks!

>

Message #3 by Brian Tomlinson <B.Tomlinson@i...> on Wed, 29 Aug 2001 13:42:40 +0100
Hi

Interested in this. I had the same message a couple of weeks ago. Took ages

to find the cause but eventually it turned out to be that the Database

resided on a networked drive. When moved it to local drive i've had no more

problems

Brian



> -----Original Message-----

> From:	sahas lad [SMTP:sahas_lad@h...]

> Sent:	29 August 2001 13:32

> To:	Access ASP

> Subject:	[access_asp] Re: Microsoft OLE DB Provider for ODBC Drivers

> error '80004005'

> 

> hi,

> the err mess can  be due to the opening of database. If u are executing

> the 

> asp file and at the same time if the database i.e ms access table  is open

> 

> then this err mess comes.

> Try closing the database and execute the code.

> 

> Let me know if it works...

>                                                 Bye

> 

> 

> 

> 

> 

> >From: "Joseph Nelson" <joseph_nelson@m...>

> >Reply-To: "Access ASP" <access_asp@p...>

> >To: "Access ASP" <access_asp@p...>

> >Subject: [access_asp] Microsoft OLE DB Provider for ODBC Drivers error 

> >'80004005'

> >Date: Tue, 28 Aug 2001 17:26:06

> >

> >"Microsoft OLE DB Provider for ODBC Drivers error '80004005'

> >[Microsoft][ODBC Microsoft Access Driver] The Microsoft Jet database

> >engine cannot open the file '(unknown)'. It is already opened exclusively

> >by another user, or you need permission to view its data.

> >/file_name.asp, line 34"

> >

> >This file is accessing a MSAccess97 database. It worked just fine up

> until

> >we upgraded the ODBC drivers on our NT4/IIS4 server with MDAC2.5

> >

> >After that upgrade, we started sporadically recieving errors like this.

> >I am a complete newbie to ASP (I am reading the 'Beginning Active Server

> >Pages 3.0' Wrox book - but haven't gotten far enough in it yet!) and am

> >the only support on site for this problem - any help would be GREATLY

> >appreciated.

> >

> >Thanks!


  Return to Index