Related to http://support.microsoft.com/kb/942976, if you call Cscript from a 64 bit environment you may end up in a 64 bit ODBC world.
E.g. when calling from 64 bit GAMS using
$call cscript script.vbs
I encountered:
Microsoft (R) Windows Script Host Version 5.8 |
To get into the 32 bit world use:
$call \windows\syswow64\cscript script.vbs
Now we get more normal behavior:
Microsoft (R) Windows Script Host Version 5.8 |
No comments:
Post a Comment