[thelist] Intrinsic Constants in JScript?

Aylard JA (James) jaylard at equilon.com
Thu Oct 5 16:45:48 CDT 2000


Greg,

> If I were to try:
>       oCmd.CommandType = adCmdStoredProc;
> 
> I get an error.  Am I to assume the concept of intrinsic constants does
not
> exist in JScript?

	Well, you'd get an error in VBScript, too, if you didn't include the
adovbs.inc file (as it is usually called), or otherwise assign the value 4
to the variable adCmdStoredProc. The common equivalent to adovbs.inc for
JavaScript is adojavas.inc, which should be included with your ADO
installation.

hth,
James Aylard




More information about the thelist mailing list