SmagO
Jun 9th, 2001, 04:21 PM
Hi all
I have been developing this web thingy using ASP and it all works fine on my PC with Personal Web Server. I then put it on th server at my university and pout it live.
Initially it worked bu then...
No all of a sudden I get this error every time this bit of code is meant to execute
code:
set objDBConnection=server.CreateObject("ADODB.connection")
OBJdbConnection.Open "forum"
"forum" is an access databse (saved as access 97). It has been put in the systems DSN (ODBC) correctly.
Th error I get is
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.
/scripts/witsfor/forum.asp, line 15
No it cannot be opened by another user because I am the only user. I just can't believe it is doing this to me.
Soo much depends on this working for me...please help!!!!!!
I have been developing this web thingy using ASP and it all works fine on my PC with Personal Web Server. I then put it on th server at my university and pout it live.
Initially it worked bu then...
No all of a sudden I get this error every time this bit of code is meant to execute
code:
set objDBConnection=server.CreateObject("ADODB.connection")
OBJdbConnection.Open "forum"
"forum" is an access databse (saved as access 97). It has been put in the systems DSN (ODBC) correctly.
Th error I get is
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.
/scripts/witsfor/forum.asp, line 15
No it cannot be opened by another user because I am the only user. I just can't believe it is doing this to me.
Soo much depends on this working for me...please help!!!!!!