Lately, I've been getting this error every so often on my forum:
Microsoft JET Database Engine error '80004005'
Cannot open database ''. It may not be a database that your application recognizes, or the file may be corrupt.
/forum/inc_header.asp, line 131
Line 131 is:
my_Conn.Open strConnString
I just end up refreshing the page and all is OK. What is causing it to do this at random times?<