[thelist] Intrinsic Constants in JScript?

Gregory.John.Toland at census.gov Gregory.John.Toland at census.gov
Mon Oct 9 15:11:11 CDT 2000


Just FYI...

I believe the METADATA tag does seem to include the ADO constants.  I use the
METADATA tag in my GLOBAL.ASA file and then use the ADO constants
(adOpenForwardOnly) in my ASP pages.  The pages work.

Greg

--------------------
From: Scott Dexter...

no, it just loads the typelib (the methods and properties), not the
constants.

at least, that's how I understand it, I could be wrong...

sgd
--
work: http://www.ti3.com/
non: http://thinksafely.org/

> -----Original Message-----
> From: Gregory.John.Toland at census.gov
>
> Thanks to Scott and James for the clarity.  One question
> though.  If I have the
> following line in my GLOBAL.ASA file:
>
>      <!-- METADATA TYPE="typelib" FILE="C:\Program Files\Common
> Files\System\ADO\msado15.dll"-->
>
> Does this account for the correct ADO constant value whether
> used within
> Javascript or VBScript?  In other words.....
>
> C:\Program Files\Comman Files\System\ADO\ADOVBS.inc has:
>      Const adParamInput = &H0001
>
> C:\Program Files\Comman Files\System\ADO\ADOJAVAS.inc has:
>      var adParamInput = 0x0001;






More information about the thelist mailing list