bostjank
01-15-2003, 11:19 PM
Hi there!
I really need urgent help with my problem. I have a web site that interacts with database. Everything works fine - or it worked - but now I noticed a problem and should resolve it in next couple of hours:
There is a form on a page and ith values are written to database on the action page. When opening the database I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/priporoci1.asp, line 168
This are the lines in question
166: strconn = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("...")
167: set conn = server.createobject("adodb.connection")
168: conn.open strconn
The thing is that I use EXACTLY the same code to open the database on the other pages on the site and those work perfectly OK. And, I tested the problematic page on my computer and didn't get any error.
Please help,
Bostjan
I really need urgent help with my problem. I have a web site that interacts with database. Everything works fine - or it worked - but now I noticed a problem and should resolve it in next couple of hours:
There is a form on a page and ith values are written to database on the action page. When opening the database I get this error:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/priporoci1.asp, line 168
This are the lines in question
166: strconn = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & Server.MapPath("...")
167: set conn = server.createobject("adodb.connection")
168: conn.open strconn
The thing is that I use EXACTLY the same code to open the database on the other pages on the site and those work perfectly OK. And, I tested the problematic page on my computer and didn't get any error.
Please help,
Bostjan