08-19-05 03:44 AM
Henrique, have the intermittant error messages returned? I have the same pr
oblem. A few of my .asp pages that display data from various Access database
s work fine for a few views, then the user gets and error such as this one:
===================================
Active Server Pages error 'ASP 0241'
CreateObject Exception
/html/whctools.asp
The CreateObject of '(null)' caused exception C0000005.
Active Server Pages error 'ASP 0241'
CreateObject Exception
/html/whctools.asp
The CreateObject of '(null)' caused exception C0000005.
Server object error 'ASP 0177 : c0000005'
Server.CreateObject Failed
/html/whctools.asp, line 71
================================
I did change my line of code to read:
set conn = CreateObject("ADODB.Recordset") as opposed to Server.CreateObject
. But no change in the spotty behaviour. I'm stumped. I thought if it was a
permissions problem, but then the error should always occur, right?
Since the error is intermittant, could there may be a timing thing going on-
-I am clearly out of my depth here.
Restarting the IIS 6 service solves the problem for a while, but that is def
initely not a good solution. Any ideas out there.
[ Post a follow-up to this message ]
|