At this point then, I'd check to make sure that any add-on/mod code was properly closing db connections, and that I was using the right mdac/ado version for the forums. I think you need mdac 2.8 - check the install directions to find out exactly.
If your mdac is ok, and your connections are not being left open, then you've probably exceeded the number of users you can habdle with an access db on that host.
The mdac thing is probably a long shot though - I think you'd see failures with less users if it was an invalid mdac. the following asp code can check your mdac/ado versionL
dim objAdoVer Set objAdoVer = Server.CreateObject("adodb.connection") response.write "ADOVersion = " & objAdoVer.Version Set objAdoVer = Nothing
Lead me not into temptation... I know the short cut, follow me.
'Set the timeout of the forum Server.ScriptTimeout = 90 Session.Timeout = 20
'Set the date time format to your own locale if you are getting a CDATE error '(this shouldn't ever be required in version 8 or above, but left in for backward compatibility) 'Session.LCID = 1033
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum