Quote:
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'adOpenStatic' |
ahhh...I didn't notice that. Do this, go to c:\program files\common
files\system\ado\adovbs.inc and open that file with Notepad. Use the Find
feature in that file to find "adOpenStatic". When you find it, note what the
numerical value is for that constant variable. Replace the word
"adOpenStatic" in your code with that numerical value.
The constants defined in that file are meant to provide developers with an
easy of knowing what the numerical values are.
--
Ron