Ask a Question related to ASP Database, Design and Development.
-
kim #1
IIS/Acess DB problem.
I get this error trying to open a access database thru
ODBC when accessing a web page using IIS.
The error is as follows:
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[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.
/AspProduct/manageProducts.asp, line 41
The database is connected to the ODBC correctly.
Anybody's help is much appreciated.
Thanks,
Kim
kim Guest
-
Acess Compressed File
Hi all, I had to manipulate a large number of XML and GIF files. In this case I will need to use a compressed file, like zip. Anyone knows if... -
MS-Acess
I have an access db running on an old websever and would like to create a datasourse on the new webserver until I setup the access db into MS-SQL.... -
Slow MDB acess in global.asa
Hi Everyone, The following code runs in less than one second when used in an ASP page but when used in Session_onStart() in global.asa, the first... -
acess denied for my documents help Please !
Hello My PC froze during upgrade to SP1 and now i cant access my documents of windows xp pro after installing it again. Please help thank you -
Problem with acess to cmd.exe
Márcio wrote: Are you in a domain? -- -the small one All postings carry no guarantee or warranty, expressed or implied. Proceed at your... -
Bob Barrows #2
Re: IIS/Acess DB problem.
This page should contain your answer:
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
HTH,
Bob Barrows
PS. You should be using the Jet OLEDB provider to connect to your database
instead of ODBC. [url]www.connectionstrings.com[/url]
kim wrote:> I get this error trying to open a access database thru
> ODBC when accessing a web page using IIS.
>
> The error is as follows:
> HTTP 500.100 - Internal Server Error - ASP error
> Internet Information Services
>
> Error Type:
> Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
> [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.
> /AspProduct/manageProducts.asp, line 41
>
Bob Barrows Guest
-
Jeff Cochran #3
Re: IIS/Acess DB problem.
On Fri, 15 Aug 2003 09:30:39 -0700, "kim" <kim44094@yahoo.com> wrote:
Start here:>I get this error trying to open a access database thru
>ODBC when accessing a web page using IIS.
>
>The error is as follows:
>HTTP 500.100 - Internal Server Error - ASP error
>Internet Information Services
>
>Error Type:
>Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
>[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.
>/AspProduct/manageProducts.asp, line 41
>
>The database is connected to the ODBC correctly.
Why do I get database-related 80004005 errors?
[url]http://www.aspfaq.com/show.asp?id=2009[/url]
Jeff
Jeff Cochran Guest



Reply With Quote

