C:\WINDOWS\SysWOW64>cscript.exe ".... .vbs" workaround works if it's a simple standalone Vbscript. We have a problem because we have a small front-end ASP/HTML app that uses pure VBScript to connect to our instance of ALM. Now that the server hosting this app is 64-bit and we're getting Active X cant createobject on the statement Set tdc = CreateObject("TDApiOle80.TDConnection") , is there any solution for this situation when VBscript is embedded in ASP?
↧