OCCI version specific problem
When trying to start up our application using Oracle 10 client, getting "The procedure entry point OCIArrayDescriptionFree could not be located in the dynamic link library OCI.dll." error.
I understand the OCCI library we linked in is for Oracle 11, but our application is not even newing the OCCI component?!?
How can we get around this, as we do not want to deploy different software for different oracle clients?
0