S
stu
I have a search page within a secure ssl site that seems
to work fine right after you log in but if you let it sit
for a few minutes and then try another search i get this
error message:
----
Microsoft JET Database Engine error '80004005'
The Microsoft Jet database engine cannot open the
file 'c:\mypath\parts.mdb'. It is already opened
exclusively by another user, or you need permission to
view its data.
/parts/results.asp, line 7
------
if you refresh the page a time or two it will work again
until you let it sit for a while. Is there a way to add a
session time in the asp code. Here is a link to the code
I'm using: http://northern-tech.com/code.txt
could i add a session time to the above mentioned code and
eliminate this error? Or is that even the problem? it
seems to be dropping my connection to the database.
to work fine right after you log in but if you let it sit
for a few minutes and then try another search i get this
error message:
----
Microsoft JET Database Engine error '80004005'
The Microsoft Jet database engine cannot open the
file 'c:\mypath\parts.mdb'. It is already opened
exclusively by another user, or you need permission to
view its data.
/parts/results.asp, line 7
------
if you refresh the page a time or two it will work again
until you let it sit for a while. Is there a way to add a
session time in the asp code. Here is a link to the code
I'm using: http://northern-tech.com/code.txt
could i add a session time to the above mentioned code and
eliminate this error? Or is that even the problem? it
seems to be dropping my connection to the database.