I have a issue with Microsoft Visual C++ Redistributable
.
We already have a latest version of VC++ 8.0.59193 installed.
somehow 8.0.56336 installed recently, we have no idea on how it had installed.
We have a .vbs script and same was working before version 8.0.56336 was installed.
our script throws error of Driver={Microsoft ODBC for Oracle}; but the same script worked before cv++ 8.0.56336 installed.
VBError:- Run-TIme error '-2147467259 (80004005)';
[Microsoft][ODBC driver for Oracle][Oracle]Error while trying to
retrieve text for error ORA-01019
I am new to vb scripting so I don't want to modify the script as it was working.
My doubt is that" is the version change impact to ODBC connection?"
How to get ride of this problem?