Why is that when I try to open my asp web page with an access database in the background I get this error message for all my pages. And I have close all applications:
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/new web site/pol/hcmap/QtrlyRpt.asp, line 102
<%
dim adoRS, adoConn
Set adoRs = Server.CreateObject("ADODB.Recordset")
Set adoConn = Server.CreateObject("ADODB.Connection")
adoConn.ConnectionString = MM_HCMAP_STRING
( line 102,this the problem for all page)adoConn.Open
adoConn.Execute
<%
'DEU.Close()
Set DEU = Nothing
'%>
[code]
Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use.
/new web site/pol/hcmap/QtrlyRpt.asp, line 102
<%
dim adoRS, adoConn
Set adoRs = Server.CreateObject("ADODB.Recordset")
Set adoConn = Server.CreateObject("ADODB.Connection")
adoConn.ConnectionString = MM_HCMAP_STRING
( line 102,this the problem for all page)adoConn.Open
adoConn.Execute
<%
'DEU.Close()
Set DEU = Nothing
'%>
[code]
