Home > ASP Development > (0x80004005) error code

(0x80004005) error code



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]

    
Guest


Close your access database.

Was this answer helpful ? Yes No   
Guest


Quote:
Originally Posted by ublguy
Close your access database.




My Access Database is closed.

Was this answer helpful ? Yes No   
Guest


Woops, should have read it all.



In your ASP page, you should close your connection to the database. I have had this problem with it to, and once I closed all connections I was then able to access the database.

Was this answer helpful ? Yes No   
Guest
 
 
Home - About Infoqu - Contact - Privacy Statement - Link to Infoqu - Bookmark Infoqu

Copyright 2007-2008 by Infoqu. All rights reserved