Microsoft VBScript runtime error '800a0411'
Name redefined: 'adOpenUnspecified'
/ASPCalendar/cADO.asp, line 30
I checked all the included files and couldn't find another instance
where 'adOpenUnspecified' is also defined. I got the impression that
if I just copied the files on the server all would be fine. I know asp
works on my server because I use it for loads of things.
'---- CursorTypeEnum Values ----
Const adOpenForwardOnly = 0
Const adOpenKeyset = 1
Const adOpenDynamic = 2
Const adOpenStatic = 3
I don't want to edit this file on my server as many other pages might
be affected so I'm going to try to find a way around it. I replied
here because I didn't want anyone helping me to chase a red herring.
Since adovbs.inc is a rather big file I don't include it in my
applications. I never need more than just a few of the constants there
so I just take out the few that I need.
terje