asp_databases thread: Microsoft JET Database Engine error '80004005'
Message #1 by "Dipal Patel" <dpatel@a...> on Fri, 17 Nov 2000 19:11:07 -0000
|
|
I get this error when I open my database in MS Access which resides in the
same server as the asp page. If I close the DB the asp page works fine
when the database is open I get the following error:
Microsoft JET Database Engine error '80004005'
Could not use ''; file already in use.
Message #2 by "Nemesys70 Nemesys70" <nemesys70@h...> on Fri, 17 Nov 2000 22:00:49 GMT
|
|
That's because when you have the database table open, ALL the records are in
edit mode i.e. Pessimistic Lock. This means you can only READ records from
the database through your ASP.
neil
>From: "Dipal Patel" <dpatel@a...>
>Reply-To: "ASP Databases" <asp_databases@p...>
>To: "ASP Databases" <asp_databases@p...>
>Subject: [asp_databases] Microsoft JET Database Engine error '80004005'
>Date: Fri, 17 Nov 2000 19:11:07 -0000
>
>I get this error when I open my database in MS Access which resides in the
>same server as the asp page. If I close the DB the asp page works fine
>when the database is open I get the following error:
>
>Microsoft JET Database Engine error '80004005'
>
>Could not use ''; file already in use.
>
Message #3 by "Doug" <drbarker@b...> on Mon, 20 Nov 2000 01:34:31 -0000
|
|
Dipal: If I understand right, you get the error when the db is open in
Access design view? Access has the db locked, preventing any other
application from using it.
I hope this helps.
|