[thelist] Intrinsic Constants in JScript?

Scott Dexter sgd at ti3.com
Fri Oct 6 17:24:26 CDT 2000


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