I\'m doing a sql to oracle migration. I have to change a lot of old vbscript code. This is an example of the new code that I\'m using with Oracle. And this is the bit of code th
VBScript does not know about the ad* constants of ADODB. BTW, the same holds for the xls* or wd* constants of Excel or Word.
For ad* constants you can:
.CommandType = 4 'adCmdStoredProc
)Const adCmdStoredProc = 4
)